Hi everyone,
On a fresh Contao 4.13.45 install, the Manager proposes to install MM 2.3.0-beta2 as "last version". But I get this error :
Code:
composer update metamodels/core contao/conflicts --no-install
> Resolving dependencies using Composer Cloud v3.7.1
[6.8MiB/0.21s] Loading composer repositories with package information
[86.8MiB/10.39s] Updating dependencies
[121.7MiB/10.68s] Your requirements could not be resolved to an installable set of packages.
[121.7MiB/10.68s]
Problem 1
- contao-community-alliance/composer-plugin[2.0.0, ..., 2.3.3] require composer-plugin-api 1.0.0 -> found composer-plugin-api[2.6.0] but it does not match the constraint.
- contao-community-alliance/composer-plugin[2.3.4, ..., 2.4.3] require composer-plugin-api ^1.0 -> found composer-plugin-api[2.6.0] but it does not match the constraint.
- metamodels/core[1.0.0, ..., 1.0.16] require contao/core ~2.11 -> satisfiable by contao/core[2.11.0, ..., 2.11.17].
- contao/core[2.11.0, ..., 2.11.17] require contao-community-alliance/composer-plugin ~2.0 -> satisfiable by contao-community-alliance/composer-plugin[2.0.0, ..., 2.4.3].
- Root composer.json requires metamodels/core ^1.0 -> satisfiable by metamodels/core[1.0.0, ..., 1.0.16].
[121.7MiB/10.69s] <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
[54.7MiB/10.74s] Memory usage: 54.75MB (peak: 222.73MB), time: 10.74s.
[54.7MiB/10.74s] Finished Composer Cloud resolving.
# Cloud Job ID oWRzmh5brHWEaGCXQUwNUmDCY1V6VL88eZKHOfj0d7yDtYQ79iAJsy5tC7uIPKO937fPgM1NFwx failed
What's the wrong ? Thanks for your answer.