statify-blacklist/composer.json
Stefan Kalscheuer 637d5f482c Preparations for 1.4.2
Supported WP version is 4.9, updated WPCS definitions.
2017-11-12 12:12:51 +01:00

31 lines
668 B
JSON

{
"name": "stklcode/statify-blacklist",
"version": "1.4.2-alpha",
"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": {
"php": ">=5.5",
"phpunit/phpunit": "*",
"phpunit/php-code-coverage": "*",
"wp-coding-standards/wpcs": "~0.14.0"
}
}