Skip to content

Commit 2cf7368

Browse files
authored
Add Laravel 7.x support
1 parent 8fc6986 commit 2cf7368

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
@@ -10,8 +10,8 @@
1010
},
1111
"require": {
1212
"php": ">=7.1",
13-
"illuminate/http": "^5.8 || ^6.0",
14-
"illuminate/contracts": "^5.8 || ^6.0",
13+
"illuminate/http": "^5.8 || ^6.0 || ^7.0",
14+
"illuminate/contracts": "^5.8 || ^6.0 || ^7.0",
1515
"ext-zlib": "*"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)