You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to install magento 2.4.0 with magneto-cloud package to handle a docker stack and MFTF to handle functionnal testing.
It results to a composer incompatibility issue.
Steps to reproduce:
Case 1:
Install the 2.4.0 EE with MFTF included by composer
Using version ^3.0 for magento/magento2-functional-testing-framework
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for doctrine/inflector (locked at 1.4.3) -> satisfiable by doctrine/inflector[1.4.3].
- magento/magento2-functional-testing-framework 3.0.0 requires csharpru/vault-php ~3.5.3 -> satisfiable by csharpru/vault-php[3.5.3].
- magento/magento2-functional-testing-framework 3.0.0-RC3 requires csharpru/vault-php ~3.5.3 -> satisfiable by csharpru/vault-php[3.5.3].
- magento/magento2-functional-testing-framework 3.0.0-RC4 requires csharpru/vault-php ~3.5.3 -> satisfiable by csharpru/vault-php[3.5.3].
- magento/magento2-functional-testing-framework 3.0.0-RC5 requires csharpru/vault-php ~3.5.3 -> satisfiable by csharpru/vault-php[3.5.3].
- csharpru/vault-php 3.5.3 requires doctrine/inflector ~1.1.0 -> satisfiable by doctrine/inflector[v1.1.0].
- Conclusion: don't install doctrine/inflector v1.1.0
- Installation request for magento/magento2-functional-testing-framework ^3.0 -> satisfiable by magento/magento2-functional-testing-framework[3.0.0, 3.0.0-RC3, 3.0.0-RC4, 3.0.0-RC5].
Installation failed, reverting ./composer.json to its original content.
Expected Results:
No error on second part of the install with composer require
Best regards,
Julien.
The text was updated successfully, but these errors were encountered:
Hi team,
Issue Description:
I try to install magento 2.4.0 with magneto-cloud package to handle a docker stack and MFTF to handle functionnal testing.
It results to a composer incompatibility issue.
Steps to reproduce:
Case 1:
Install the 2.4.0 EE with MFTF included by composer
composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition . --ignore-platform-reqs
Then add the cloud metapackage
composer req magento/magento-cloud-metapackage
Case 2:
Clone magento cloud project : include magento 2.4.0 EE
git clone https://github.com/magento/magento-cloud.git
Add MFTF :
composer req magento/magento2-functional-testing-framework
Actual Results:
Case 1:
Case 2:
Expected Results:
No error on second part of the install with composer require
Best regards,
Julien.
The text was updated successfully, but these errors were encountered: