Skip to content

Commit a1f29b8

Browse files
committed
Switch to proper and latest phpcompatibility/php-compatibility dependency so we can do some decent checks against PHP 8.3 and 8.4
1 parent 98d8a4f commit a1f29b8

File tree

2 files changed

+45
-15
lines changed

2 files changed

+45
-15
lines changed

vendor-bin/phpcs/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"require": {
33
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
44
"magento/magento-coding-standard": ">=6",
5-
"phpcompatibility/php-compatibility": "^9.2"
5+
"phpcompatibility/php-compatibility": "dev-develop"
6+
},
7+
"replace": {
8+
"magento/php-compatibility-fork": "*"
69
},
710
"config": {
811
"allow-plugins": {

vendor-bin/phpcs/composer.lock

Lines changed: 41 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)