Skip to content

Commit 99dda70

Browse files
authored
Merge pull request #70 from d3radicated/master
Support Laravel 7
2 parents b724425 + 81e84a1 commit 99dda70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
],
1515
"require": {
1616
"php": ">=5.5.0",
17-
"illuminate/support": "5.*|^6.0",
18-
"illuminate/queue": "5.*|^6.0",
19-
"illuminate/bus": "5.*|^6.0",
20-
"aws/aws-sdk-php": "~3.0",
21-
"illuminate/http": "5.*|^6.0"
17+
"illuminate/support": "5.*|^6.0|^7.0",
18+
"illuminate/queue": "5.*|^6.0|^7.0",
19+
"illuminate/bus": "5.*|^6.0|^7.0",
20+
"aws/aws-sdk-php": "~3.0",
21+
"illuminate/http": "5.*|^6.0|^7.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)