50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "stklcode/statify-blacklist",
|
|
"version": "1.4.2",
|
|
"description": "A blacklist extension for the famous Statify WordPress plugin",
|
|
"keywords": [
|
|
"wordpress",
|
|
"plugin",
|
|
"statistics",
|
|
"blacklist"
|
|
],
|
|
"license": "GPL-2.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Stefan Kalscheuer",
|
|
"email": "stefan@stklcode.de",
|
|
"homepage": "https://www.stklcode.de"
|
|
}
|
|
],
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4",
|
|
"php": ">=5.5",
|
|
"phpunit/phpunit": "*",
|
|
"phpunit/php-code-coverage": "*",
|
|
"slowprog/composer-copy-file": "~0.2",
|
|
"squizlabs/php_codesniffer": "^3.1",
|
|
"wimg/php-compatibility": "^8.0",
|
|
"wp-coding-standards/wpcs": "~0.14"
|
|
},
|
|
"scripts": {
|
|
"test-all": [
|
|
"@test",
|
|
"@test-cs"
|
|
],
|
|
"test": [
|
|
"phpunit"
|
|
],
|
|
"test-cs": [
|
|
"phpcs --standard=phpcs.xml -s"
|
|
],
|
|
"fix-cs": [
|
|
"phpcbf --standard=phpcs.xml"
|
|
]
|
|
}
|
|
}
|