We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43c8d9 commit b9ae11cCopy full SHA for b9ae11c
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "fusonic/api-documentation-bundle",
3
"license": "MIT",
4
- "version": "0.0.12",
+ "version": "0.0.13",
5
"description": "Symfony bundle for automated documentation with NelmioApiDocBundle.",
6
"type": "symfony-bundle",
7
"authors": [
@@ -35,14 +35,8 @@
35
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
36
"tomasvotruba/type-coverage": "^0.2"
37
},
38
- "replace": {
39
- "symfony/polyfill-ctype": "*",
40
- "symfony/polyfill-mbstring": "*"
41
- },
42
"require": {
43
"php": ">=8.1",
44
- "ext-ctype": "*",
45
- "ext-mbstring": "*",
46
"nelmio/api-doc-bundle": "^4.11",
47
"symfony/config": "^5.4 || ^6.0 || ^7.0",
48
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
0 commit comments