tzyganu / Magento2SampleModule

This is where I would put a Magento 2.0 Sample CRUD module if I had one.
MIT License
158 stars 65 forks source link

Composer install on Magento 2.1.4 #18

Open ddoddsr opened 7 years ago

ddoddsr commented 7 years ago

Where do I run the composer command? When running composer require sample/module-news:dev-master in root of magento 2.1.4 folder I get:

Problem 1
    - Installation request for sample/module-news dev-master -> satisfiable by sample/module-news[dev-master].
    - sample/module-news dev-master requires magento/module-backend ~100.2.0 -> no matching package found.

the first command ran fine and i entered the token as needed. composer config repositories.sample-module-news git git@github.com:tzyganu/Magento2SampleModule.git

ddoddsr commented 7 years ago

It installed manually, What a great extension!

ddoddsr commented 7 years ago

This issue was resolved for me by the changes in the pull request.