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

Error while installing typo3-pizpalue-distribution #3

Open
WLanCable opened this issue Aug 16, 2023 · 1 comment
Open

Error while installing typo3-pizpalue-distribution #3

WLanCable opened this issue Aug 16, 2023 · 1 comment

Comments

@WLanCable
Copy link

I'm trying to install typo3-pizpalue_distribution on my Typo3-Server, and I'm getting this error:


  Problem 1
    - buepro/typo3-pizpalue-distribution[v6.0.0, ..., v6.1.0] require typo3/cms-base-distribution ^12.3 -> satisfiable by typo3/cms-base-distribution[v12.3.0, v12.4.0] from composer repo (https://repo.packagist.org) but typo3/cms-base-distribution is the root package and cannot be modified. See https://getcomposer.org/dep-on-root for details and assistance.
    - Root composer.json requires buepro/typo3-pizpalue-distribution * -> satisfiable by buepro/typo3-pizpalue-distribution[1.0.0, 1.0.1, v2.0.0, ..., v2.0.7, v3.0.0, ..., v3.4.0, v4.0.0, v4.1.0, v5.0.0, v5.0.1, v5.1.0, v6.0.0, v6.1.0].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require buepro/typo3-pizpalue-distribution:*" to figure out if any version is installable, or "composer require buepro/typo3-pizpalue-distribution:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.```

It's trying to modify the root package. Typo3 is on version 12.4.5
@buepro
Copy link
Owner

buepro commented Aug 29, 2023

I assume you cloned typo3/cms-base-distribution and added buepro/typo3-pizpalue-distribution to the required packages. If this is the case try to rename the name from the root composer configuration from typo3/cms-base-distribution to typo3/cms-base-distribution-customized.

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