Skip to content

Commit d37564a

Browse files
authored
Merge pull request #597 from SanderMuller/patch-1
Fixes issue where Laravel 5.7 and 5.8 were no longer allowed
2 parents e237424 + a7f2661 commit d37564a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"require": {
2121
"php": ">=7.1",
22-
"laravelcollective/html": "5.6.*|^6|^7",
23-
"illuminate/database": "5.6.*@dev|^6|^7",
24-
"illuminate/validation": "5.6.*@dev|^6|^7"
22+
"laravelcollective/html": "^5.6|^6|^7",
23+
"illuminate/database": "^5.6@dev|^6|^7",
24+
"illuminate/validation": "^5.6@dev|^6|^7"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "~3.6"

0 commit comments

Comments
 (0)