Skip to content

Commit 7a873aa

Browse files
committed
Fix composer.json
1 parent 1c40e4e commit 7a873aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"illuminate/database": "~4.2|^5",
2222
"illuminate/config": "~4.2|^5",
2323
"nesbot/carbon": "~1.0",
24-
"elasticsearch/elasticsearch": ">1.0 <2.2"
24+
"elasticsearch/elasticsearch": ">1.0 <2.2",
25+
"aws/aws-sdk-php": "^3.18"
2526
},
2627
"require-dev": {
2728
"phpunit/phpunit": "~4.2|~5.0",

0 commit comments

Comments
 (0)