composer.json
{
"name": "rtio/activitypub-core",
"type": "library",
"version": "0.1.0",
"description": "This is a fork from https://github.com/landrok/activitypub.",
"keywords": ["ActivityPub", "ActivityStreams", "federation"],
"homepage": "https://github.com/rtio/activitypub-core",
"license": "MIT",
"require": {
"php": "^7.2|^8.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"psr-4": {
"ActivityPhp\\": "src/ActivityPhp/"
}
},
"autoload-dev": {
"psr-4": {
"ActivityPhpTest\\": "tests/ActivityPhp/"
}
},
"archive": {
"exclude": ["/docs"]
}
}