-
Notifications
You must be signed in to change notification settings - Fork 132
Problem with dependency in 2.6.* & 2.7.* series #820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @EstebanSerfe. Thank you for your report. Please, add a comment to assign the issue:
|
@EstebanSerfe Can you try to update to latest MFTF 2.6.x for Magento 2.3.6? or latest MFTF 2.7.x for Magento 2.3.7? |
Hi @jilu1 We are not using Magento Commerce 2.3.7 with PHP 7.3 and Composer 1
I see the following modules having doctrine/inflector as dependencies on my composer.lock file:
Is this an issue with some other package that have the dependency also to doctrine/inflector that is not been mentioned on the conflict listing? Doing some research, on Version 4.0.1 of csharpru/vault-php the dependency is updated to 1.3 and on higher version is removed. See https://github.com/CSharpRU/vault-php/blob/4.0.1/composer.json & https://github.com/CSharpRU/vault-php/blob/develop/composer.json |
found that the module elasticsearch/elasticsearch removed the dependency 13 days ago from require dev. See elastic/elasticsearch-php@ff65e31 Trying updating the module to newest version. 🤞🏻 |
Finally solved my issue doing:
Seems that the elastic search version had doctrine/inflector locked into 1.4.4 and prevented the install that way. Not the best solution but did the trick. |
The MFTF suite will not install thorugh composer as dependencies have conflicts on the versions.
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: