Skip to content

Commit 95c5ab7

Browse files
committed
Removed unnecessary polyfills
1 parent f184afc commit 95c5ab7

File tree

3 files changed

+8
-256
lines changed

3 files changed

+8
-256
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@
118118
"symfony/stopwatch": "7.3.*",
119119
"symfony/web-profiler-bundle": "7.3.*"
120120
},
121+
"replace": {
122+
"symfony/polyfill-mbstring": "*",
123+
"symfony/polyfill-php74": "*",
124+
"symfony/polyfill-php80": "*",
125+
"symfony/polyfill-php81": "*",
126+
"symfony/polyfill-php82": "*"
127+
},
121128
"suggest": {
122129
"ext-bcmath": "Used to improve price calculation performance",
123130
"ext-gmp": "Used to improve price calculation performanice"

composer.lock

Lines changed: 1 addition & 250 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -592,12 +592,6 @@
592592
"symfony/polyfill-intl-normalizer": {
593593
"version": "v1.17.0"
594594
},
595-
"symfony/polyfill-mbstring": {
596-
"version": "v1.10.0"
597-
},
598-
"symfony/polyfill-php80": {
599-
"version": "v1.17.0"
600-
},
601595
"symfony/process": {
602596
"version": "v4.2.3"
603597
},

0 commit comments

Comments
 (0)