Skip to content

Commit 097cbe9

Browse files
committed
refactor(#63): Remove unnecessary polyfills
1 parent bea2f83 commit 097cbe9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@
2121
"Fusonic\\HttpKernelBundle\\Tests\\": "tests/"
2222
}
2323
},
24+
"replace": {
25+
"symfony/polyfill-ctype": "*",
26+
"symfony/polyfill-mbstring": "*"
27+
},
2428
"require": {
2529
"php": "^8.2",
30+
"ext-ctype": "*",
31+
"ext-mbstring": "*",
2632
"phpdocumentor/reflection-docblock": "^5.3",
2733
"symfony/config": "^6.3 || ^7.0",
2834
"symfony/dependency-injection": "^6.3 || ^7.0",

0 commit comments

Comments
 (0)