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 468cf86 commit c88d903
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": "^7.4|^8.0",
"illuminate/http": "^8.0",
"illuminate/support": "^8.0",
"rapidez/core": "~0.1"
"php": "^8.0|^8.1",
"illuminate/http": "^9.0",
"illuminate/support": "^9.0",
"rapidez/core": "~0.54"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c88d903

Please sign in to comment.