kopia lustrzana https://github.com/nextcloud/social
26 wiersze
524 B
JSON
26 wiersze
524 B
JSON
{
|
|
"name": "nextcloud/social",
|
|
"description": "Social app",
|
|
"minimum-stability": "stable",
|
|
"license": "AGPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Maxence Lange",
|
|
"email": "maxence@artificial-owl.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"daita/my-small-php-tools": "dev-master",
|
|
"friendica/json-ld": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "^1.0"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://git.friendi.ca/friendica/php-json-ld"
|
|
}
|
|
]
|
|
}
|