Skip to content

Commit 11555b2

Browse files
authored
Merge pull request #5 from maierwalter/patch-1
adjustment for Laravel 6 compatibility
2 parents 4a0c324 + 8a45ab5 commit 11555b2

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
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php" : ">=5.4",
2626
"aws/aws-sdk-php": "~3.93.6",
27-
"illuminate/support": "~5.0"
27+
"illuminate/support": ">=5.0"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)