Skip to content

Commit

Permalink
Support Laravel 9 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine authored Feb 14, 2022
1 parent f7f4451 commit b2e7885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": "^7.2 || ^8.0",
"laravel/framework": ">=8.40.0 || ^7.0",
"laravel/framework": "^9.0 || >=8.40.0 || ^7.0",
"zircote/swagger-php": "^3.2 || ^4.0",
"swagger-api/swagger-ui": "^3.0 || ^4.0",
"symfony/yaml": "^5.0",
Expand Down

0 comments on commit b2e7885

Please sign in to comment.