Skip to content

Commit 81f502f

Browse files
jrfnlkukulich
authored andcommitted
Composer: tidy up version constraints Composer PHPCS plugin
The `dealerdirect/phpcodesniffer-composer-installer` package did not allow for PHPCS 4.x until version 0.7.
1 parent 4caa5ec commit 81f502f

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
@@ -13,7 +13,7 @@
1313
},
1414
"require": {
1515
"php": "^7.4 || ^8.0",
16-
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.2.0",
16+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.2.0",
1717
"phpstan/phpdoc-parser": "^2.3.0",
1818
"squizlabs/php_codesniffer": "^4.0.1"
1919
},

0 commit comments

Comments
 (0)