Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/14/head
Maxence Lange 2018-10-26 11:34:57 +02:00
rodzic ee4f774394
commit 08d621670a
3 zmienionych plików z 14 dodań i 6 usunięć

Wyświetl plik

@ -43,3 +43,6 @@ clean:
clean-dev: clean-dev:
rm -rf node_modules rm -rf node_modules
composer:
composer install --prefer-dist

Wyświetl plik

@ -5,7 +5,7 @@
<name>Social</name> <name>Social</name>
<summary>🎉 Nextcloud becomes part of the federated social networks!</summary> <summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
<description><![CDATA[test]]></description> <description><![CDATA[test]]></description>
<version>0.0.18</version> <version>0.0.19</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author> <author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author> <author mail="jus@bitgrid.net">Julius Härtl</author>
@ -17,7 +17,7 @@
<bugs>https://github.com/nextcloud/social/issues</bugs> <bugs>https://github.com/nextcloud/social/issues</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/social/master/screenshots/screenshot.png</screenshot> <screenshot>https://raw.githubusercontent.com/nextcloud/social/master/screenshots/screenshot.png</screenshot>
<dependencies> <dependencies>
<nextcloud min-version="14" max-version="15"/> <nextcloud min-version="15" max-version="15"/>
</dependencies> </dependencies>
<navigations> <navigations>
<navigation> <navigation>

13
composer.lock wygenerowano
Wyświetl plik

@ -12,18 +12,23 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/daita/my-small-php-tools.git", "url": "https://github.com/daita/my-small-php-tools.git",
"reference": "f13fb739ffc13c6843e34628dcd3a251a619ee02" "reference": "e0d7d135d75839419cc9f46b6e0543720234a791"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/f13fb739ffc13c6843e34628dcd3a251a619ee02", "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/e0d7d135d75839419cc9f46b6e0543720234a791",
"reference": "f13fb739ffc13c6843e34628dcd3a251a619ee02", "reference": "e0d7d135d75839419cc9f46b6e0543720234a791",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.0" "php": "^7.0"
}, },
"type": "library", "type": "library",
"autoload": {
"psr-4": {
"daita\\MySmallPhpTools\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
@ -35,7 +40,7 @@
} }
], ],
"description": "My small PHP Tools", "description": "My small PHP Tools",
"time": "2018-10-11T14:02:16+00:00" "time": "2018-10-12T13:48:31+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],