Skip to content

Commit ef0ad0f

Browse files
fix: set PHP Compability to 10.0.0-alpha2
The currently required PHP Compatibility dev-develop has recently a PR that upgrades PHPCS to ^4, preventing dependency resolution for this package, as other dependencies (e.g. automattic/vipwpcs) depend on PHPCS v3. The selected v10 alpha version as new dependency still does not contain this PHPCS upgrade to v4, so for now this is our best workaround
1 parent 5eef494 commit ef0ad0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": ">=8.1",
2424
"automattic/vipwpcs": "^3.0",
2525
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
26-
"phpcompatibility/php-compatibility": "dev-develop",
26+
"phpcompatibility/php-compatibility": "10.0.0-alpha2",
2727
"phpcsstandards/phpcsextra": "^1.2",
2828
"phpcsstandards/phpcsutils": "^1.0",
2929
"sirbrillig/phpcs-variable-analysis": "^2.11",

0 commit comments

Comments
 (0)