Skip to content

Commit

Permalink
feat : support laravel 10, 11
Browse files Browse the repository at this point in the history
  • Loading branch information
otnansirk committed Aug 7, 2024
1 parent 2912221 commit ab7cd3d
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 @@ -22,7 +22,7 @@
"type": "library",
"minimum-stability": "dev",
"require": {
"laravel/framework": "^9.19"
"laravel/framework": "^9.19 || ^10.0 || ^11.0"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit ab7cd3d

Please sign in to comment.