jolicode / elastically

🔍 JoliCode's Elastica wrapper to bootstrap Elasticsearch PHP integrations
248 stars 37 forks source link

symfony6 #102

Closed MarcFarres closed 2 years ago

MarcFarres commented 2 years ago

Hi, I wanted to ask if you plan to give support to symfony 6 that requires php8. when i tried to install your package composer throws that error:

Problem 1

thank you.

jdreesen commented 2 years ago

Seems like something else in your composer.json is preventing the installation of elasticsearch/elasticsearch >=v7.11, which is needed for PHP 8.

Did you try to run composer require jolicode/elastically with the --update-with-all-dependencies flag? You could also try to run composer why elasticsearch/elasticsearch to find out what else is requiring that dependency.

MarcFarres commented 2 years ago

composer require jolicode/elastically --update-with-all-dependencies works fine for the moment thanks you a lot for your fast response.