-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Expected behavior
It can be installed.
Actual behavior
If you try to add the module to a current pimcore an error raise.
Problem 1
- Root composer.json requires pimcore/bundle-generator ^2.0 -> satisfiable by pimcore/bundle-generator[v2.0.0-RC1, ..., 2.x-dev].
- pimcore/bundle-generator[v2.0.0-RC1, ..., 2.x-dev] require pimcore/pimcore ^11.0 -> found pimcore/pimcore[v11.0.0-ALPHA1, ..., 11.5.x-dev] but it conflicts with your root composer.json require (^12.0).
Steps to reproduce
Install a new Pimcore instance. Add the module with the command
composer require pimcore/bundle-generator
nzkozar