Skip to content

Commit d10e423

Browse files
authored
Merge pull request #154 from jilster/laravel-5.7
Update composer.json for Laravel 5.7 support
2 parents a01d471 + d2e2c1a commit d10e423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"keywords": ["laravel", "dynamodb", "aws"],
55
"require": {
66
"aws/aws-sdk-php": "^3.0.0",
7-
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
8-
"illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*"
7+
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
8+
"illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*"
99
},
1010
"license": "MIT",
1111
"authors": [

0 commit comments

Comments
 (0)