Skip to content

Commit

Permalink
Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored Sep 22, 2023
1 parent 2dd0869 commit 4ac818a
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 @@ -18,10 +18,10 @@
"prefer-stable": true,
"require": {
"php": "^8.0|^8.1",
"illuminate/database": "^9.0",
"illuminate/support": "^9.0",
"illuminate/view": "^9.0",
"rapidez/core": "~0.57"
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"rapidez/core": "~0.57|^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4ac818a

Please sign in to comment.