Skip to content

Commit

Permalink
require versions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiedirkx committed Apr 6, 2024
1 parent 2565501 commit 429b6cf
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 @@ -12,8 +12,8 @@
"require": {
"php": "^8.0",
"rdx/laravelcollective-html": "^6",
"illuminate/database": "^10.0",
"illuminate/validation": "^10.0"
"illuminate/database": "^6 || ^7 || ^8 || ^9 || ^10 || ^11",
"illuminate/validation": "^6 || ^7 || ^8 || ^9 || ^10 || ^11"
},
"require-dev": {
"orchestra/testbench": "^6.13 || ^7 || ^8 || ^9"
Expand Down

0 comments on commit 429b6cf

Please sign in to comment.