lchrusciel / ApiTestCase

Handy PHPUnit test case for testing JSON APIs in your Symfony applications.
MIT License
410 stars 35 forks source link

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

Open Ferror opened 2 years ago

Ferror commented 2 years ago

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.