Skip to content

Commit

Permalink
Laravel 11 support (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored May 28, 2024
1 parent 202e0f0 commit 943fee6
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 @@ -18,8 +18,8 @@
"prefer-stable": true,
"require": {
"php": "^8.0|^8.1",
"illuminate/support": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/view": "^9.0|^10.0|^11.0",
"rapidez/core": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 943fee6

Please sign in to comment.