We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0278b8 commit 29219ebCopy full SHA for 29219eb
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "fusonic/http-kernel-bundle",
3
"description": "Symfony bundle with extensions for Symfony's HttpKernel",
4
- "version": "1.3.0",
+ "version": "1.3.1",
5
"type": "library",
6
"license": "MIT",
7
"authors": [
@@ -21,14 +21,8 @@
21
"Fusonic\\HttpKernelBundle\\Tests\\": "tests/"
22
}
23
},
24
- "replace": {
25
- "symfony/polyfill-ctype": "*",
26
- "symfony/polyfill-mbstring": "*"
27
- },
28
"require": {
29
"php": "^8.2",
30
- "ext-ctype": "*",
31
- "ext-mbstring": "*",
32
"phpdocumentor/reflection-docblock": "^5.3",
33
"symfony/config": "^6.3 || ^7.0",
34
"symfony/dependency-injection": "^6.3 || ^7.0",
0 commit comments