Skip to content

Commit

Permalink
Laravel 10 & PHP 8.2 support (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Nov 3, 2023
1 parent 40d6598 commit 1ef9b3f
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",
"illuminate/database": "^9.0",
"illuminate/support": "^9.0",
"illuminate/view": "^9.0",
"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",
"rapidez/core": "~0.55|^1.0"
},
"autoload": {
Expand Down

0 comments on commit 1ef9b3f

Please sign in to comment.