Skip to content

Commit 3223154

Browse files
Merge pull request #591 from sangnguyenplus/master
Add support Laravel 7
2 parents b6adfd4 + c7ca0fa commit 3223154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
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.0",
23-
"illuminate/database": "5.6.*@dev|^6.0",
24-
"illuminate/validation": "5.6.*@dev|^6.0"
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)