restrict PHPUnit to v5-v9

PHPUnit 10 fails with old configuration schema while older releases only
print a warning.

Stick with at most v9 for now, as we are testing against older PHP
versions that to not support the new scheme.
This commit is contained in:
Stefan Kalscheuer 2023-02-25 14:16:57 +01:00
parent 8267e408f0
commit 7ffc8074b4
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 4 additions and 4 deletions

View File

@ -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"
},

View File

@ -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+"