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

Incompatibility with Symfony 4.4 #166

Closed
xaviermarchegay opened this issue Nov 27, 2019 · 1 comment
Closed

Incompatibility with Symfony 4.4 #166

xaviermarchegay opened this issue Nov 27, 2019 · 1 comment

Comments

@xaviermarchegay
Copy link

I have a near standard Sylius installation and I ran 'composer update' after the install.
When I try to install the Refund plugin, I am told that the package is not compatible with Symfony 4.4.

composer require sylius/refund-plugin
Using version ^0.9.1 for sylius/refund-plugin
./composer.json has been updated
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
    - Installation request for sylius/refund-plugin ^0.9.1 -> satisfiable by sylius/refund-plugin[v0.9.1].
    - Conclusion: remove symfony/framework-bundle v4.4.0
    - Conclusion: don't install symfony/framework-bundle v4.4.0
    - sylius/refund-plugin v0.9.1 requires symfony/messenger ~4.3.0 -> satisfiable by symfony/messenger[v4.3.0, v4.3.1, v4.3.2, v4.3.3, v4.3.4, v4.3.5, v4.3.6, v4.3.7, v4.3.8].
    - symfony/messenger v4.3.0 conflicts with symfony/framework-bundle[v4.4.0].
    - symfony/messenger v4.3.1 conflicts with symfony/framework-bundle[v4.4.0].
    - symfony/messenger v4.3.2 conflicts with symfony/framework-bundle[v4.4.0].
    - symfony/messenger v4.3.3 conflicts with symfony/framework-bundle[v4.4.0].
    - symfony/messenger v4.3.4 conflicts with symfony/framework-bundle[v4.4.0].
    - symfony/messenger v4.3.5 conflicts with symfony/framework-bundle[v4.4.0].
    - symfony/messenger v4.3.6 conflicts with symfony/framework-bundle[v4.4.0].
    - symfony/messenger v4.3.7 conflicts with symfony/framework-bundle[v4.4.0].
    - symfony/messenger v4.3.8 conflicts with symfony/framework-bundle[v4.4.0].
    - Installation request for symfony/framework-bundle (locked at v4.4.0) -> satisfiable by symfony/framework-bundle[v4.4.0].

Installation failed, reverting ./composer.json to its original content.
composer info symfony/framework-bundle
name     : symfony/framework-bundle
descrip. : Symfony FrameworkBundle
keywords : 
versions : * v4.4.0
type     : symfony-bundle
license  : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
source   : [git] https://github.com/symfony/framework-bundle.git dbb892fce45acb9c2191147db674ab8a78a3cc98
dist     : [zip] https://api.github.com/repos/symfony/framework-bundle/zipball/dbb892fce45acb9c2191147db674ab8a78a3cc98 dbb892fce45acb9c2191147db674ab8a78a3cc98
path     : /var/www/html/vendor/symfony/framework-bundle
names    : symfony/framework-bundle
@pamil
Copy link
Contributor

pamil commented Dec 6, 2019

Fixed by #168, will be released as v0.10.0.

@pamil pamil closed this as completed Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants