# composer require symfony/messenger
Restricting packages listed in "symfony/symfony" to "4.3.*"
./composer.json has been updated
Restricting packages listed in "symfony/symfony" to "4.3.*"
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
- Conclusion: don't install symfony/messenger v4.3.1
- symfony/messenger v4.3.0 conflicts with api-platform/core[v2.4.4].
- symfony/messenger v4.3.0 conflicts with api-platform/core[v2.4.4].
- symfony/messenger v4.3.0 conflicts with api-platform/core[v2.4.4].
- Installation request for symfony/messenger 4.3.* -> satisfiable by symfony/messenger[v4.3.0, v4.3.1].
- Installation request for api-platform/core (locked at v2.4.4) -> satisfiable by api-platform/core[v2.4.4].
Installation failed, reverting ./composer.json to its original content.
Hi,
for an user-bundle i need symfony/messenger but I cannot install it
What's wrong here?
Thanks, Stefan