Fix: Update test workflow for PHP 7.0 compatibility

This commit is contained in:
2025-04-18 17:42:18 +01:00
parent 3c1db9d4fb
commit 1cf46254b7
6 changed files with 42 additions and 20 deletions

View File

@@ -14,10 +14,12 @@
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9.0",
"squizlabs/php_codesniffer": "^3.5",
"wp-coding-standards/wpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0"
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"10up/wp_mock": "0.3.0",
"antecedent/patchwork": "^2.1.21"
},
"autoload": {
"psr-4": {