Skip to content

Commit 29219eb

Browse files
committed
refactor(#63): Polyfill removal Rollback
1 parent b0278b8 commit 29219eb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fusonic/http-kernel-bundle",
33
"description": "Symfony bundle with extensions for Symfony's HttpKernel",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"type": "library",
66
"license": "MIT",
77
"authors": [
@@ -21,14 +21,8 @@
2121
"Fusonic\\HttpKernelBundle\\Tests\\": "tests/"
2222
}
2323
},
24-
"replace": {
25-
"symfony/polyfill-ctype": "*",
26-
"symfony/polyfill-mbstring": "*"
27-
},
2824
"require": {
2925
"php": "^8.2",
30-
"ext-ctype": "*",
31-
"ext-mbstring": "*",
3226
"phpdocumentor/reflection-docblock": "^5.3",
3327
"symfony/config": "^6.3 || ^7.0",
3428
"symfony/dependency-injection": "^6.3 || ^7.0",

0 commit comments

Comments
 (0)