social/composer.json

26 wiersze
524 B
JSON
Czysty Zwykły widok Historia

{
"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"
}
]
}