Skip to content

Commit

Permalink
Merge pull request laravel#64 from lucasmichot/feature/master/suggest…
Browse files Browse the repository at this point in the history
…-versions

Provide suggested packages versions
  • Loading branch information
taylorotwell authored Sep 12, 2016
2 parents 4a2f74f + 6b4f06e commit eb9ee6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
}
},
"suggest": {
"algolia/algoliasearch-client-php": "Required to use the Algolia engine.",
"elasticsearch/elasticsearch": "Required to use the Elasticsearch engine."
"algolia/algoliasearch-client-php": "Required to use the Algolia engine (^1.10).",
"elasticsearch/elasticsearch": "Required to use the Elasticsearch engine (^2.2)."
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit eb9ee6d

Please sign in to comment.