Skip to content

Commit 0d6594e

Browse files
authored
Add a conflict with squizlabs/php_codesniffer version 4 (see #19)
Description ----------- `squizlabs/php_codesniffer` has been released in version 4.0.0, but is incompatible with `symplify/easy-coding-standard` at the moment. See easy-coding-standard/easy-coding-standard#299. Commits ------- ed604cb Add conflict with squizlabs/php_codesniffer 4.x versions
1 parent b15634f commit 0d6594e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"contao/rector": "^1.2",
2020
"phpunit/phpunit": "^11.5"
2121
},
22+
"conflict": {
23+
"squizlabs/php_codesniffer": ">=4.0.0"
24+
},
2225
"autoload": {
2326
"psr-4": {
2427
"Contao\\EasyCodingStandard\\": "src/"

0 commit comments

Comments
 (0)