Closed
Description
The MFTF suite will not install thorugh composer as dependencies have conflicts on the versions.
Preconditions
- Magento Enterprise Edition 2.3.6
Steps to reproduce
- Run compose require -dev magento/magento2-functional-testing-framework:2.6.*
Expected result
- Have MFTF installed
Actual result
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 2.6.0 requires csharpru/vault-php ~3.5.3 -> satisfiable by csharpru/vault-php[3.5.3].
- magento/magento2-functional-testing-framework 2.6.1 requires csharpru/vault-php ~3.5.3 -> satisfiable by csharpru/vault-php[3.5.3].
- magento/magento2-functional-testing-framework 2.6.2 requires csharpru/vault-php ~3.5.3 -> satisfiable by csharpru/vault-php[3.5.3].
- magento/magento2-functional-testing-framework 2.6.3 requires csharpru/vault-php ~3.5.3 -> satisfiable by csharpru/vault-php[3.5.3].
- magento/magento2-functional-testing-framework 2.6.4 requires csharpru/vault-php ~3.5.3 -> satisfiable by csharpru/vault-php[3.5.3].
- magento/magento2-functional-testing-framework 2.6.5 requires csharpru/vault-php ~3.5.3 -> satisfiable by csharpru/vault-php[3.5.3].
- magento/magento2-functional-testing-framework 2.6.6 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 2.6.* -> satisfiable by magento/magento2-functional-testing-framework[2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.6.6].
Installation failed, reverting ./composer.json to its original content.
```
Same happens without requiring an specific version.