Skip to content

Commit 5e58de2

Browse files
committed
Fix composer.json
1 parent 7a7ecf8 commit 5e58de2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
2121
"illuminate/database": "~4.2|^5",
2222
"illuminate/config": "~4.2|^5",
2323
"nesbot/carbon": "~1.0",
24-
"elasticsearch/elasticsearch": ">1.0 <2.2",
25-
"aws/aws-sdk-php": "^3.18"
24+
"elasticsearch/elasticsearch": ">1.0 <2.2"
2625
},
2726
"require-dev": {
2827
"phpunit/phpunit": "~4.2|~5.0",
2928
"mockery/mockery": "^0.9.4"
3029
},
30+
"suggest": {
31+
"aws/aws-sdk-php": "^3.18"
32+
},
3133
"autoload": {
3234
"psr-4": {
3335
"Elasticquent\\": "src/"

0 commit comments

Comments
 (0)