Skip to content

Commit 5498ff4

Browse files
committed
Pin PHP-CS-Fixer to 3.16.0
There is a problem with PHP-CS-Fixer 3.17.0 @cleptric suggested pinning it.
1 parent 40fbae3 commit 5498ff4

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
@@ -42,7 +42,7 @@
4242
"require-dev": {
4343
"doctrine/dbal": "^2.13||^3.0",
4444
"doctrine/doctrine-bundle": "^1.12||^2.5",
45-
"friendsofphp/php-cs-fixer": "^2.19||^3.6",
45+
"friendsofphp/php-cs-fixer": "^2.19||=3.16.0",
4646
"jangregor/phpstan-prophecy": "^1.0",
4747
"monolog/monolog": "^1.3||^2.0",
4848
"phpspec/prophecy": "!=1.11.0",

0 commit comments

Comments
 (0)