social/composer.json

16 wiersze
303 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"
}
}