{ "name": "nextcloud/social", "description": "Social app", "minimum-stability": "stable", "license": "AGPL-3.0-or-later", "authors": [ { "name": "Maxence Lange", "email": "maxence@artificial-owl.com" } ], "config": { "platform": { "php": "7.0.0" }, "optimize-autoloader": true, "classmap-authoritative": true, "autoloader-suffix": "Social" }, "autoload": { "psr-4": { "OCA\\Social\\": "lib/" } }, "require": { "daita/my-small-php-tools": "dev-master", "gumlet/php-image-resize": "2.0.*", "friendica/json-ld": "^1.0" }, "require-dev": { "jakub-onderka/php-parallel-lint": "^1.0", "phpunit/phpunit": "^6.4" }, "repositories": [ { "type": "vcs", "url": "https://git.friendi.ca/friendica/php-json-ld" } ] }