statify-blacklist/composer.json
2017-11-12 12:12:52 +01:00

31 lines
662 B
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": {
"php": ">=5.5",
"phpunit/phpunit": "*",
"phpunit/php-code-coverage": "*",
"wp-coding-standards/wpcs": "~0.14.0"
}
}