Skip to content

Commit e4829a3

Browse files
authored
Fix PHPCompatibility & WPCS requirements (#287)
1 parent f90ddc9 commit e4829a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || ^0.5 || ^0.6.2 || ^0.7.1 || ^1.0.0",
1515
"php-parallel-lint/php-console-highlighter": "^1.0",
1616
"php-parallel-lint/php-parallel-lint": "^1.3.1",
17-
"phpcompatibility/php-compatibility": "dev-develop",
17+
"phpcompatibility/php-compatibility": "^10.0",
1818
"phpstan/extension-installer": "^1.4",
1919
"phpstan/phpstan": "^1.12.26 || ^2.0",
2020
"phpstan/phpstan-deprecation-rules": "^1.2 || ^2.0",
@@ -26,7 +26,7 @@
2626
"wp-cli/core-command": "^1 || ^2",
2727
"wp-cli/eval-command": "^1 || ^2",
2828
"wp-cli/wp-cli": "^2.12",
29-
"wp-coding-standards/wpcs": "^3",
29+
"wp-coding-standards/wpcs": "dev-develop",
3030
"yoast/phpunit-polyfills": "^1.0 || ^2.0 || ^3.0 || ^4.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)