Skip to content

Commit

Permalink
Pin PHP-CS-Fixer to 3.16.0
Browse files Browse the repository at this point in the history
There is a problem with PHP-CS-Fixer 3.17.0

@cleptric suggested pinning it.
  • Loading branch information
ruudk committed Jun 6, 2023
1 parent d16d268 commit df8b4b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"symfony/yaml": "^4.4.20||^5.0.11||^6.0",
"vimeo/psalm": "^4.3"
},
"conflict": {
"friendsofphp/php-cs-fixer": ">=3.17.0"
},
"suggest": {
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler.",
"doctrine/doctrine-bundle": "Allow distributed tracing of database queries using Sentry.",
Expand Down

0 comments on commit df8b4b8

Please sign in to comment.