Skip to content

Commit 96a1b80

Browse files
authored
Add Laravel 7.x Support
1 parent 4d5e31d commit 96a1b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"require": {
1212
"php": ">=7.2",
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
},
1616
"require-dev": {
1717
"mockery/mockery": "^1.2",

0 commit comments

Comments
 (0)