kopia lustrzana https://github.com/nextcloud/social
rodzic
ee4f774394
commit
08d621670a
3
Makefile
3
Makefile
|
@ -43,3 +43,6 @@ clean:
|
|||
|
||||
clean-dev:
|
||||
rm -rf node_modules
|
||||
|
||||
composer:
|
||||
composer install --prefer-dist
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<name>Social</name>
|
||||
<summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
|
||||
<description><![CDATA[test]]></description>
|
||||
<version>0.0.18</version>
|
||||
<version>0.0.19</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
|
||||
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
||||
|
@ -17,7 +17,7 @@
|
|||
<bugs>https://github.com/nextcloud/social/issues</bugs>
|
||||
<screenshot>https://raw.githubusercontent.com/nextcloud/social/master/screenshots/screenshot.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="14" max-version="15"/>
|
||||
<nextcloud min-version="15" max-version="15"/>
|
||||
</dependencies>
|
||||
<navigations>
|
||||
<navigation>
|
||||
|
|
|
@ -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": [],
|
||||
|
|
Ładowanie…
Reference in New Issue