Skip to content

Commit

Permalink
add few replaces symfony packages, as only needed by php-cs-fixer run…
Browse files Browse the repository at this point in the history
…ner, not used here
  • Loading branch information
TomasVotruba committed Jul 25, 2023
1 parent b53696c commit b75cde9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@
"rector": "vendor/bin/rector process --dry-run --ansi"
},
"replace": {
"symfony/polyfill-intl-normalizer": "*"
"symfony/polyfill-intl-normalizer": "*",
"symfony/event-dispatcher": "6.*",
"symfony/options-resolver": "6.*",
"symfony/process": "6.*",
"symfony/stopwatch": "6.*"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit b75cde9

Please sign in to comment.