Skip to content

Commit

Permalink
Add support of Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
digitv committed Dec 17, 2024
1 parent 286bbc5 commit 37fe9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Swagger yaml generator",
"keywords": ["api", "swagger", "open auth"],
"license": "MIT",
"version": "1.4.11",
"version": "1.5.0",
"authors": [
{
"name": "Digit",
Expand All @@ -12,7 +12,7 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^7.30.6||^8.75||^9.1.9||^10.0",
"laravel/framework": "^7.30.6||^8.75||^9.1.9||^10.0||^11.0",
"symfony/yaml": "^6.1",
"phpdocumentor/reflection-docblock": "^4.3|^5.0",
"doctrine/annotations": "^1.6"
Expand Down

0 comments on commit 37fe9f8

Please sign in to comment.