wordpress-activitypub/composer.json

23 lines
586 B
JSON
Raw Normal View History

2018-08-18 12:35:39 +02:00
{
"name": "pfefferle/wordpress-activitypub",
"description": "The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.",
"type": "wordpress-plugin",
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
},
2019-02-19 22:43:14 +01:00
"require-dev": {
"phpunit/phpunit": "^5.5"
},
2018-08-18 12:35:39 +02:00
"license": "MIT",
"authors": [
{
"name": "Matthias Pfefferle",
"email": "pfefferle@gmail.com"
}
],
"extra": {
"installer-name": "activitypub"
}
}