DivanteLtd / pimcore-magento2-bridge

Pimcore module for Magento 2 integration
35 stars 23 forks source link

Bundle "DivanteMagentoIntegrationBundle" is no valid bundle identifier #110

Open vaseemishak opened 3 years ago

vaseemishak commented 3 years ago

pimcore is istalled through https://github.com/pimcore/skeleton pimcore is working fine but when i try to install DivanteMagentoIntegrationBundle i get below error , composer require divante-ltd/pimcore-magento2-bridge (module is installed) /var/www/html# bin/console pimcore:bundle:enable DivanteMagentoIntegrationBundle

[ERROR] Bundle "DivanteMagentoIntegrationBundle" is no valid bundle identifier

p380 commented 3 years ago

you can use develop version composer require divante-ltd/pimcore-magento2-bridge:dev-develop-v2

that's working