Skip to content

Commit df8b4b8

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 d16d268 commit df8b4b8

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
@@ -65,6 +65,9 @@
6565
"symfony/yaml": "^4.4.20||^5.0.11||^6.0",
6666
"vimeo/psalm": "^4.3"
6767
},
68+
"conflict": {
69+
"friendsofphp/php-cs-fixer": ">=3.17.0"
70+
},
6871
"suggest": {
6972
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler.",
7073
"doctrine/doctrine-bundle": "Allow distributed tracing of database queries using Sentry.",

0 commit comments

Comments
 (0)