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

Upgrade to Sonata v4/5 #1391

Closed
RSalo opened this issue Dec 8, 2021 · 1 comment
Closed

Upgrade to Sonata v4/5 #1391

RSalo opened this issue Dec 8, 2021 · 1 comment

Comments

@RSalo
Copy link

RSalo commented Dec 8, 2021

Hi. There is composer exception:

  Problem 1
    - Root composer.json requires sonata-project/page-bundle ^3.25 -> satisfiable by sonata-project/page-bundle[3.25.0].
    - sonata-project/page-bundle 3.25.0 requires sonata-project/admin-bundle ^3.91.1 -> found sonata-project/admin-bundle[3.91.1, ..., 3.107.0] but it conflicts with your root composer.json require (^4.5).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require sonata-project/page-bundle:*" to figure out if any version is installable, or "composer require sonata-project/page-bundle:^2.1" if you know which you need.
@VincentLanglet
Copy link
Member

VincentLanglet commented Dec 8, 2021

As you can see, SonataPageBundle does not support Sonata4, only Sonata3.
Some work have already been started to add the support on the next major version, but that's not a small task.
#1370

We're currently focusing on other bundles sonata-project/dev-kit#1715
but any help is welcomed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants