Skip to content

Commit b9ae11c

Browse files
committed
refactor(#63): Polyfill removal Rollback
1 parent a43c8d9 commit b9ae11c

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/api-documentation-bundle",
33
"license": "MIT",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"description": "Symfony bundle for automated documentation with NelmioApiDocBundle.",
66
"type": "symfony-bundle",
77
"authors": [
@@ -35,14 +35,8 @@
3535
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
3636
"tomasvotruba/type-coverage": "^0.2"
3737
},
38-
"replace": {
39-
"symfony/polyfill-ctype": "*",
40-
"symfony/polyfill-mbstring": "*"
41-
},
4238
"require": {
4339
"php": ">=8.1",
44-
"ext-ctype": "*",
45-
"ext-mbstring": "*",
4640
"nelmio/api-doc-bundle": "^4.11",
4741
"symfony/config": "^5.4 || ^6.0 || ^7.0",
4842
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)