From 08d621670ad1edfc9b746f468191d9f22498074a Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Fri, 26 Oct 2018 11:34:57 +0200 Subject: [PATCH] +composer Signed-off-by: Maxence Lange --- Makefile | 3 +++ appinfo/info.xml | 4 ++-- composer.lock | 13 +++++++++---- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index c63a317d..6bc4d277 100644 --- a/Makefile +++ b/Makefile @@ -43,3 +43,6 @@ clean: clean-dev: rm -rf node_modules + +composer: + composer install --prefer-dist diff --git a/appinfo/info.xml b/appinfo/info.xml index 44c49921..da721a6b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Social 🎉 Nextcloud becomes part of the federated social networks! - 0.0.18 + 0.0.19 agpl Maxence Lange Julius Härtl @@ -17,7 +17,7 @@ https://github.com/nextcloud/social/issues https://raw.githubusercontent.com/nextcloud/social/master/screenshots/screenshot.png - + diff --git a/composer.lock b/composer.lock index 60088b49..45b5acd7 100644 --- a/composer.lock +++ b/composer.lock @@ -12,18 +12,23 @@ "source": { "type": "git", "url": "https://github.com/daita/my-small-php-tools.git", - "reference": "f13fb739ffc13c6843e34628dcd3a251a619ee02" + "reference": "e0d7d135d75839419cc9f46b6e0543720234a791" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/f13fb739ffc13c6843e34628dcd3a251a619ee02", - "reference": "f13fb739ffc13c6843e34628dcd3a251a619ee02", + "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/e0d7d135d75839419cc9f46b6e0543720234a791", + "reference": "e0d7d135d75839419cc9f46b6e0543720234a791", "shasum": "" }, "require": { "php": "^7.0" }, "type": "library", + "autoload": { + "psr-4": { + "daita\\MySmallPhpTools\\": "lib/" + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ "AGPL-3.0-or-later" @@ -35,7 +40,7 @@ } ], "description": "My small PHP Tools", - "time": "2018-10-11T14:02:16+00:00" + "time": "2018-10-12T13:48:31+00:00" } ], "packages-dev": [],