Skip to content

2.0 not usable with symfony 5.4 (twig-bundle conflict) #214

@codegain

Description

@codegain

Hi,

I wanted to upgrade to version 2 on my PHP 8.1 and symfony 5.4 project, but it's not possible because of this conflict:

[]$ composer upgrade -W
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
    - Root composer.json requires symfony/twig-bundle 5.4.* -> satisfiable by symfony/twig-bundle[v5.4.0, ..., v5.4.21].
    - symfony/webpack-encore-bundle v2.0.0 requires symfony/service-contracts ^3.0 -> satisfiable by symfony/service-contracts[v3.0.0, ..., v3.2.1].
    - symfony/twig-bundle[v5.4.0, ..., v5.4.21] conflict with symfony/service-contracts v3.2.1.
    - symfony/twig-bundle[v5.4.0, ..., v5.4.21] conflict with symfony/service-contracts v3.0.2.
    - Root composer.json requires symfony/webpack-encore-bundle ^2.0 -> satisfiable by symfony/webpack-encore-bundle[v2.0.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

In fact, twig-bundle 5.4.* does conflict with symfony/service-contracts v3 which is required by webpack-encore-bundle:

https://github.com/symfony/twig-bundle/blob/v5.4.21/composer.json#L46
https://github.com/symfony/webpack-encore-bundle/blob/2.x/composer.json#L18

Is there any way to upgrade to v2.0 with twig in a symfony 5.4 project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions