Skip to content

Commit 6986286

Browse files
Add laravel 7 support
1 parent a483370 commit 6986286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*",
21-
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*",
20+
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*",
21+
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*",
2222
"intervention/image": "^2.4"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)