Skip to content

Commit 1ddb5d4

Browse files
committed
Allow Laravel 12
1 parent 69da8e1 commit 1ddb5d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
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.5.1",
6+
"version": "1.5.2",
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||^11.0",
15+
"laravel/framework": "^7.30.6||^8.75||^9.1.9||^10.0||^11.0||^12.0",
1616
"symfony/yaml": "^6.1",
1717
"phpdocumentor/reflection-docblock": "^4.3|^5.0",
1818
"doctrine/annotations": "^1.6"

0 commit comments

Comments
 (0)