Skip to content

Commit

Permalink
[composer] remove unused polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 29, 2022
1 parent 17cd369 commit ed8b526
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@
"timeweb/phpstan-enum": "dev-22-upgrade-phpstan-to-1.0"
},
"replace": {
"rector/rector": "self.version"
"rector/rector": "self.version",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php81": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ed8b526

Please sign in to comment.