Skip to content

Commit

Permalink
Laravel 11 support (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored Jul 15, 2024
1 parent 0101b7d commit 256a437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"prefer-stable": true,
"require": {
"php": "^8.0|^8.1|^8.2",
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/view": "^9.0|^10.0|^11.0",
"rapidez/core": "~0.54|^1.0|^2.0"
},
"autoload": {
Expand Down

0 comments on commit 256a437

Please sign in to comment.