Skip to content

Commit 7ae86cf

Browse files
authored
Add support for laravel 6
1 parent 7dfa13c commit 7ae86cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
],
1616
"require": {
1717
"php": "^7.1.3",
18-
"illuminate/database": "5.8.*",
19-
"illuminate/filesystem": "5.8.*",
20-
"illuminate/http": "5.8.*",
21-
"illuminate/support": "5.8.*",
22-
"illuminate/view": "5.8.*"
18+
"illuminate/database": "5.8.*|^6.0",
19+
"illuminate/filesystem": "5.8.*|^6.0",
20+
"illuminate/http": "5.8.*|^6.0",
21+
"illuminate/support": "5.8.*|^6.0",
22+
"illuminate/view": "5.8.*|^6.0"
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": "^3.8"

0 commit comments

Comments
 (0)