Skip to content

Commit 664e276

Browse files
authored
[shopsys] hotfix: locked php-cs-fixer in version lower than 3.50 as new version causes errors in tests with current easy-coding-standards (#3042)
1 parent d280805 commit 664e276

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
@@ -26,6 +26,9 @@
2626
"phpunit/phpunit": "^9.5.20",
2727
"nikic/php-parser": "^4.0"
2828
},
29+
"conflict": {
30+
"friendsofphp/php-cs-fixer": ">=3.50.0"
31+
},
2932
"autoload": {
3033
"psr-4": {
3134
"Shopsys\\CodingStandards\\": "src/"

0 commit comments

Comments
 (0)