When running composer install to get elastic search I get the below error:
Problem 1
- Installation request for tamayo/laravel-scout-elastic 1.0.1 -> satisfiable by tamayo/laravel-scout-elastic[1.0.1].
- tamayo/laravel-scout-elastic 1.0.1 requires elasticsearch/elasticsearch ^2.2 -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
I have this in the require section of my composer file:
"laravel/scout": "^1.1",
"elasticsearch/elasticsearch": "^2.2",
"tamayo/laravel-scout-elastic": "^1.0",
How do I get these packages to install together?