Skip to content

Commit f84b001

Browse files
committed
add openapi Optional values by enums
1 parent 60ec382 commit f84b001

File tree

10 files changed

+2209
-2111
lines changed

10 files changed

+2209
-2111
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"phpdocumentor/reflection-docblock": "^5.5",
2323
"phpdocumentor/reflection": "^6.0",
2424
"fakerphp/faker": "^1.23",
25-
"psr/simple-cache": "^3.0"
25+
"psr/simple-cache": "^3.0",
26+
"symfony/console": "^6.4"
2627
},
2728
"require-dev" : {
2829
"phpstan/phpstan": "^2.0.2",
@@ -38,6 +39,9 @@
3839
"Astral\\Benchmarks\\": "benchmarks/"
3940
}
4041
},
42+
"bin": [
43+
"src/OpenApi/bin/art"
44+
],
4145
"config": {
4246
"allow-plugins": {
4347
"pestphp/pest-plugin": true

0 commit comments

Comments
 (0)