wordpress-activitypub/composer.json

30 lines
772 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"
2019-08-18 22:53:01 +02:00
},
"scripts": {
"test": [
"composer install",
"bin/install-wp-tests.sh wordpress wordpress wordpress",
"vendor/bin/phpunit"
]
2018-08-18 12:35:39 +02:00
}
}