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

Contao 5.1 Support #21

Closed
denniserdmann opened this issue Feb 20, 2023 · 1 comment
Closed

Contao 5.1 Support #21

denniserdmann opened this issue Feb 20, 2023 · 1 comment
Assignees

Comments

@denniserdmann
Copy link
Contributor

Contao 5.1 requires Symfony 6, while the grid extension requires Symfony 5

composer update -W
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - symfony/config[v5.0.0, ..., v5.0.8] require php ^7.2.5 -> your php version (8.1.10) does not satisfy that requirement.
    - Root composer.json requires contao/manager-bundle 5.1.* -> satisfiable by contao/manager-bundle[5.1.0].
    - Root composer.json requires erdmannfreunde/contao-grid-bundle 2.0.2 -> satisfiable by erdmannfreunde/contao-grid-bundle[2.0.2].
    - erdmannfreunde/contao-grid-bundle 2.0.2 requires symfony/config ^5.0 -> satisfiable by symfony/config[v5.0.0, ..., v5.4.19].
    - You can only install one version of a package, so only one of these can be installed: symfony/config[v2.2.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.44, v5.0.0, ..., v5.4.19, v6.0.0, ..., v6.2.5].
    - Conclusion: install symfony/config v6.1.11 (conflict analysis result)

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

Closed via #22

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