You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
I'm trying to install typo3-pizpalue_distribution on my Typo3-Server, and I'm getting this error:
The text was updated successfully, but these errors were encountered: