Skip to content

Commit 37fe9f8

Browse files
committed
Add support of Laravel 11
1 parent 286bbc5 commit 37fe9f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Swagger yaml generator",
44
"keywords": ["api", "swagger", "open auth"],
55
"license": "MIT",
6-
"version": "1.4.11",
6+
"version": "1.5.0",
77
"authors": [
88
{
99
"name": "Digit",
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^8.0",
15-
"laravel/framework": "^7.30.6||^8.75||^9.1.9||^10.0",
15+
"laravel/framework": "^7.30.6||^8.75||^9.1.9||^10.0||^11.0",
1616
"symfony/yaml": "^6.1",
1717
"phpdocumentor/reflection-docblock": "^4.3|^5.0",
1818
"doctrine/annotations": "^1.6"

0 commit comments

Comments
 (0)