Skip to content

Commit

Permalink
Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
royduin authored Sep 8, 2023
1 parent 4ac1012 commit 50f76d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"prefer-stable": true,
"require": {
"php": "^8.0|^8.1",
"illuminate/support": "^9.0",
"illuminate/view": "^9.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"rapidez/core": "~0.54|^1.0"
},
"autoload": {
Expand Down

0 comments on commit 50f76d5

Please sign in to comment.