Skip to content

Commit

Permalink
Laravel 11 support (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored Jul 15, 2024
1 parent e50549b commit 9607fb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"minimum-stability": "dev",
"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",
"php": "^8.0|^8.1|^8.2|^8.3",
"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.55|^1.0|^2.0"
},
"autoload": {
Expand Down

0 comments on commit 9607fb9

Please sign in to comment.