{ "name": "pterotype/activitypub-php", "description": "An ActivityPub library", "license": "MIT", "authors": [ { "name": "Jeremy Dormitzer", "email": "jeremy@dormitzer.net", "homepage": "https://jeremydormitzer.com", "role": "Developer" } ], "scripts": { "test": "phpunit -c ./test/config.xml test", "test-debug": "XDEBUG_CONFIG='idekey=ap_session' php ./vendor/bin/phpunit test", "docs": "phpdoc -d ./src -t ./docs" }, "repositories": [ { "type": "vcs", "url": "https://git.friendi.ca/friendica/php-json-ld" } ], "require": { "ext-json": "*", "doctrine/annotations": "1.2.7", "doctrine/cache": "1.6.2", "doctrine/collections": "1.3.0", "doctrine/common": "2.6.2", "doctrine/instantiator": "1.0.5", "doctrine/orm": "2.5.14", "friendica/json-ld": "^1.1", "guzzlehttp/guzzle": "^6.3", "monolog/monolog": "^1.0", "phpseclib/phpseclib": "^2.0", "psr/http-message": "^1.0", "symfony/dependency-injection": "^3.4", "symfony/event-dispatcher": "^3.4", "symfony/http-foundation": "^3.4", "symfony/http-kernel": "^3.4", "symfony/psr-http-message-bridge": "^1.1", "zendframework/zend-diactoros": "1.4.1" }, "require-dev": { "phpunit/dbunit": "^2.0", "phpunit/phpunit": "^4.0", "ext-pdo": "*" }, "autoload": { "psr-4": { "ActivityPub\\": "src/" } }, "autoload-dev": { "psr-4": { "ActivityPub\\Test\\": "test/" } }, "config": { "sort-packages": true } }