diff --git a/composer.json b/composer.json index 6b521ee..c20dc78 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stklcode/statify-blacklist", - "version": "1.6.1", + "version": "1.6.2", "description": "A filter extension for the famous Statify WordPress plugin", "keywords": [ "wordpress", @@ -23,10 +23,10 @@ }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7", - "phpunit/phpunit": "*", + "phpunit/phpunit": "^5|^6|^7|^8|^9", "phpunit/php-code-coverage": "*", "slowprog/composer-copy-file": "~0.3", - "squizlabs/php_codesniffer": "^3.6", + "squizlabs/php_codesniffer": "^3.7", "phpcompatibility/phpcompatibility-wp": "^2.1", "wp-coding-standards/wpcs": "^2.3" }, diff --git a/package.json b/package.json index 8819128..df75547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statify-blacklist", - "version": "1.6.1", + "version": "1.6.2", "description": "A filter extension for the famous Statify WordPress plugin", "author": "Stefan Kalscheuer", "license": "GPL-2.0+"