ApiTestCase icon indicating copy to clipboard operation
ApiTestCase copied to clipboard

Cannot install symfony/maker-bundle because of doctrine/orm conflict

Open Ferror opened this issue 2 years ago • 0 comments

Cannot install symfony/maker-bundle:^1.43 because of doctrine/orm conflict.

Using version ^1.43 for symfony/maker-bundle
./composer.json has been updated
Running composer update symfony/maker-bundle --with-all-dependencies
Loading composer repositories with package information
Restricting packages listed in "symfony/symfony" to "^5.4"
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - lchrusciel/api-test-case is locked to version v5.2.0 and an update of this package was not requested.
    - symfony/maker-bundle v1.43.0 conflicts with doctrine/orm <2.10.
    - lchrusciel/api-test-case v5.2.0 requires doctrine/orm ^2.5 -> satisfiable by doctrine/orm[2.9.6].
    - Root composer.json requires symfony/maker-bundle ^1.43 -> satisfiable by symfony/maker-bundle[v1.43.0].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require symfony/maker-bundle:*" to figure out if any version is installable, or "composer require symfony/maker-bundle:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Ferror avatar Jun 27 '22 15:06 Ferror