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

[Task] Upgrading bundles #428

Closed
wants to merge 8 commits into from
Closed

Conversation

mattamon
Copy link
Contributor

@mattamon mattamon commented Oct 17, 2024

Removing Pimcore 10.6 and upgrade to Pimcore ^11.3 Support to upgrade to 8.3
Root composer.json requires pimcore/pimcore ^10.6 || ^11.0 -> satisfiable by pimcore/pimcore[v10.6.0, ..., v10.6.9, v11.0.0-ALPHA1, ..., 11.x-dev]. - pimcore/pimcore[v10.6.0, ..., v10.6.9] require php ~8.0.0 || ~8.1.0 -> your php version (8.3.12) does not satisfy that requirement.

Set nesbot/carbon to ^2.65 since pimcore/pimcore ^11.3 does not support ^3.8.0
Root composer.json requires pimcore/pimcore ^11.3 -> satisfiable by pimcore/pimcore[v11.3.0-RC1, ..., 11.x-dev]. - pimcore/pimcore[v11.3.0-RC1, ..., 11.x-dev] require nesbot/carbon ^2.65 -> found nesbot/carbon[2.65.0, ..., 2.x-dev] but it conflicts with your root composer.json require (^3.8.0).

Adding classic-ui since Pimcore 11.3 now requires it.
Problem 1 - Root composer.json requires pimcore/admin-ui-classic-bundle ^1.0 -> satisfiable by pimcore/admin-ui-classic-bundle[v1.0.0-BETA1, ..., 1.x-dev]. - Root composer.json requires pimcore/pimcore 11.x-dev as 11.0.0 -> satisfiable by pimcore/pimcore[11.x-dev]. - pimcore/admin-ui-classic-bundle[v1.1.3, ..., v1.1.4] require php ~8.1.0 || ~8.2.0 -> your php version (8.3.12) does not satisfy that requirement. - pimcore/admin-ui-classic-bundle v1.4.5 requires pimcore/pimcore ~11.2.0 -> found pimcore/pimcore[v11.2.0, ..., v11.2.7] but it conflicts with your root

Set phpoffice/phpspreadsheet to ^2.2 since pimcore/admin-ui-classic-bundle requires it.
Problem 1 - Root composer.json requires pimcore/admin-ui-classic-bundle ^1.6 -> satisfiable by pimcore/admin-ui-classic-bundle[v1.6.0-RC1, ..., 1.x-dev]. - pimcore/admin-ui-classic-bundle[v1.6.0-RC1, ..., 1.x-dev] require phpoffice/phpspreadsheet ^1.24 || ^2.2 -> found phpoffice/phpspreadsheet[1.24.0, ..., 1.29.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0] but it conflicts with your root composer.json require (^3.3.0).

@alexz707 alexz707 linked an issue Nov 4, 2024 that may be closed by this pull request
6 tasks
@mattamon
Copy link
Contributor Author

Closed in favor of #440

@mattamon mattamon closed this Nov 26, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Nov 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement] Upgrade Dependencies
1 participant