magento2-module-pagebuildersourcecode icon indicating copy to clipboard operation
magento2-module-pagebuildersourcecode copied to clipboard

Required Dependencies Outdated

Open EmperorKonstantin opened this issue 3 years ago • 1 comments

Needs to have dependencies updated:

bin/composer require markshust/magento2-module-pagebuildersourcecode
Using version ^1.0 for markshust/magento2-module-pagebuildersourcecode
./composer.json has been updated
Running composer update markshust/magento2-module-pagebuildersourcecode
Loading composer repositories with package information
In Laminas\DependencyPlugin\DependencyRewriterV2::onPrePoolCreate
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - markshust/magento2-module-pagebuildersourcecode 1.0.0 requires magento/framework 102.0.1.* -> found magento/framework[102.0.1] but the package is fixed to 103.0.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - markshust/magento2-module-pagebuildersourcecode 1.0.1 requires magento/framework 102.0.* -> found magento/framework[102.0.0, ..., 102.0.7-p2] but the package is fixed to 103.0.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - markshust/magento2-module-pagebuildersourcecode 1.0.2 requires magento/framework ^102 -> found magento/framework[102.0.0, ..., 102.0.7-p2] but the package is fixed to 103.0.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires markshust/magento2-module-pagebuildersourcecode ^1.0 -> satisfiable by markshust/magento2-module-pagebuildersourcecode[1.0.0, 1.0.1, 1.0.2].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

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

EmperorKonstantin avatar Oct 27 '21 23:10 EmperorKonstantin

Hi @EmperorKonstantin, sorry I must have missed this ticket. Is this still happening for you? I'm unable to replicate this on a fresh install of Magento 2.4.3-p1.

markshust avatar Jan 10 '22 20:01 markshust