Skip to content

Commit

Permalink
Laravel 11 support (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored Aug 13, 2024
1 parent f677979 commit 61d6951
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 @@ -16,10 +16,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0|^8.1",
"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",
"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/account": ">=0.13.3",
"rapidez/core": "^2.0"
},
Expand Down

0 comments on commit 61d6951

Please sign in to comment.