Skip to content

Commit

Permalink
Laravel 9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin authored Apr 11, 2022
1 parent 5429a09 commit 9f12ca4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4|^8.0",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0",
"illuminate/view": "^8.0",
"rapidez/core": "~0.1"
"php": "^8.0|^8.1",
"illuminate/database": "^9.0",
"illuminate/support": "^9.0",
"illuminate/view": "^9.0",
"rapidez/core": "~0.54"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9f12ca4

Please sign in to comment.