Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony 5 compatibility #14

Open
7system7 opened this issue Nov 16, 2021 · 0 comments
Open

Symfony 5 compatibility #14

7system7 opened this issue Nov 16, 2021 · 0 comments

Comments

@7system7
Copy link

7system7 commented Nov 16, 2021

It has a problem w/ the Symfony 5. So, it cannot installable w/ composer because dependency problem. Please, resolve this situation if you have time.

Actually, Symfony 6 is on the way.

Information

php -v
PHP 8.0.12 (cli) (built: Oct 22 2021 12:35:27) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.12, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.12, Copyright (c), by Zend Technologiescomposer -v
   ______
  / ____/___  ____ ___  ____  ____  ________  _____
 / /   / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
/ /___/ /_/ / / / / / / /_/ / /_/ (__  )  __/ /
\____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
                    /_/
Composer version 2.1.12 2021-11-09 16:02:04bin/console
Symfony 5.3.10 (env: dev, debug: true)

The failure

composer req enqueue/messenger-adapter --with-all-dependencies

Using version ^0.2.2 for enqueue/messenger-adapter
./composer.json has been updated
Running composer update enqueue/messenger-adapter --with-all-dependencies
Loading composer repositories with package information
Restricting packages listed in "symfony/symfony" to "5.3.*"
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires enqueue/messenger-adapter ^0.2.2 -> satisfiable by enqueue/messenger-adapter[0.2.2].
    - enqueue/messenger-adapter 0.2.2 requires symfony/messenger ^4.2 -> found symfony/messenger[v4.2.0, ..., v4.4.33] but it conflicts with your root composer.json require (5.3.*).

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant