Skip to content

Commit 8e07cb0

Browse files
owencontiIlCallo
authored andcommitted
Support Laravel 6+ (dreamonkey#10)
1 parent f6f90ee commit 8e07cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php" : "^7.1.3",
22-
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0",
22+
"illuminate/support": "^5.6|^6.0",
2323
"aws/aws-sdk-php": "^3.52"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)