{ "name": "stklcode/statify-blacklist", "version": "1.5.0-alpha", "description": "A blacklist extension for the famous Statify WordPress plugin", "keywords": [ "wordpress", "plugin", "statistics", "blacklist" ], "license": "GPL-2.0-or-later", "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", "consolidation/robo": "^1.4", "phpunit/phpunit": "*", "phpunit/php-code-coverage": "*", "slowprog/composer-copy-file": "~0.2", "squizlabs/php_codesniffer": "^3.4", "phpcompatibility/php-compatibility": "^9.1", "wp-coding-standards/wpcs": "^2.0" }, "scripts": { "build": [ "robo build" ], "package": [ "robo package" ], "deploy": [ "robo deploy:all" ], "test-all": [ "@test", "@test-cs" ], "test": [ "phpunit" ], "test-cs": [ "phpcs --standard=phpcs.xml -s" ], "fix-cs": [ "phpcbf --standard=phpcs.xml" ] } }