У меня есть чистый Magento 2.2.6 с образцами данных, которые я установил с помощью composer.
Я пытаюсь обновить его до версии Magento 2.3, поэтому следую инструкциям, изложенным здесь командой Magento.
После запуска composer update
я получаю следующее:
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- magento/module-wishlist-sample-data 100.2.0 requires magento/module-wishlist 101.0.* -> satisfiable by magento/module-wishlist[101.0.4, 101.0.0, 101.0.1, 101.0.2, 101.0.3, 101.0.5].
- magento/module-wishlist-sample-data 100.2.0 requires magento/module-wishlist 101.0.* -> satisfiable by magento/module-wishlist[101.0.4, 101.0.0, 101.0.1, 101.0.2, 101.0.3, 101.0.5].
- Can only install one of: magento/module-wishlist[101.1.0, 101.0.4].
- Can only install one of: magento/module-wishlist[101.1.0, 101.0.0].
- Can only install one of: magento/module-wishlist[101.1.0, 101.0.1].
- Can only install one of: magento/module-wishlist[101.1.0, 101.0.2].
- Can only install one of: magento/module-wishlist[101.1.0, 101.0.3].
- Can only install one of: magento/module-wishlist[101.1.0, 101.0.4].
- Can only install one of: magento/module-wishlist[101.1.0, 101.0.5].
- magento/product-community-edition 2.3.0 requires magento/module-wishlist 101.1.0 -> satisfiable by magento/module-wishlist[101.1.0].
- Installation request for magento/product-community-edition 2.3.0 -> satisfiable by magento/product-community-edition[2.3.0].
- Installation request for magento/module-wishlist-sample-data 100.2.* -> satisfiable by magento/module-wishlist-sample-data[100.2.0].
Проблема заключалась в данных примера - если у вас установлены образцы данных, то сначала запустите
php bin/magento sampledata:remove
Спасибо Алану Шторму!
источник
Вы также можете попробовать выполнить действия, описанные в документации Magento на странице, специально предназначенной для обновления из командной строки с примерами данных .
источник
После обновления Magento до версии 2.3.0 у вас все еще есть возможность установить образцы данных.
Итак, процесс обновления выглядит так:
источник