39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"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.6.0",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5",
|
|
"phpcompatibility/php-compatibility": "*",
|
|
"squizlabs/php_codesniffer": "3.*",
|
|
"wp-coding-standards/wpcs": "^2.3.0",
|
|
"yoast/phpunit-polyfills": "^1.0"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Pfefferle",
|
|
"email": "pfefferle@gmail.com"
|
|
}
|
|
],
|
|
"extra": {
|
|
"installer-name": "activitypub"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"composer install",
|
|
"bin/install-wp-tests.sh wordpress wordpress wordpress",
|
|
"vendor/bin/phpunit"
|
|
],
|
|
"post-install-cmd": [
|
|
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility,vendor/wp-coding-standards/wpcs"
|
|
],
|
|
"post-update-cmd": [
|
|
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility,vendor/wp-coding-standards/wpcs"
|
|
]
|
|
}
|
|
}
|