mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
909 stars 187 forks source link

composer require cviebrock/laravel-elasticsearch #116

Closed mliuchengyu closed 3 years ago

mliuchengyu commented 3 years ago

Your requirements could not be resolved to an installable set of packages.

Problem 1

cviebrock commented 3 years ago

Which version of Laravel are you using, 8.23?

I just tried this with a fresh project and had no issues:

composer create-project laravel/laravel laravel8
cd laravel8
composer require cviebrock/laravel-elasticsearch

Can you post your entire composer.json file?

mliuchengyu commented 3 years ago

laravel/framework 7.24

composer file

http://nkcjs.oss-cn-qingdao.aliyuncs.com/composer.json

cviebrock commented 3 years ago

I think you'll want the 4.2.2 version of the package then.

mliuchengyu commented 3 years ago

It worked. Thank you