Skip to content

Commit 5a8facc

Browse files
authored
Merge pull request #2858 from kevin-kortum-trustedshops/fix/drop-polyfills-in-replace
fix: removes unused polyfills from replace section
2 parents 8779bb0 + 05976a2 commit 5a8facc

File tree

2 files changed

+242
-5
lines changed

2 files changed

+242
-5
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,8 @@
9393
},
9494
"replace": {
9595
"paragonie/random_compat": "*",
96-
"symfony/polyfill-ctype": "*",
9796
"symfony/polyfill-php72": "*",
98-
"symfony/polyfill-php73": "*",
99-
"symfony/polyfill-iconv": "*",
100-
"symfony/polyfill-mbstring": "*"
97+
"symfony/polyfill-php73": "*"
10198
},
10299
"suggest": {
103100
"ext-apcu": "*",

composer.lock

Lines changed: 241 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)