Skip to content

Commit a79f291

Browse files
authored
Update to support Laravel versions >= 5.6.0 (dreamonkey#11)
1 parent 8e07cb0 commit a79f291

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|^6.0",
22+
"illuminate/support": ">=5.6.0",
2323
"aws/aws-sdk-php": "^3.52"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)