taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 30 forks source link

Dependency Error When Installing via Composer #1

Closed kdeberna closed 8 years ago

kdeberna commented 8 years ago

I am running Magento 2.1.0 and attempting to install the TaxJar plugin via composer require taxjar/module-taxjar yielded:

Problem 1
  - Installation request for taxjar/module-taxjar ^0.5.1 -> satisfiable by taxjar/module-taxjar[0.5.1].
  - Conclusion: remove magento/framework 100.1.0
  - Conclusion: don't install magento/framework 100.1.0
  - taxjar/module-taxjar 0.5.1 requires magento/framework ~100.0.4 -> satisfiable by magento/framework[100.0.10, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9].
  - Can only install one of: magento/framework[100.1.0, 100.0.10].
  - Can only install one of: magento/framework[100.1.0, 100.0.4].
  - Can only install one of: magento/framework[100.1.0, 100.0.5].
  - Can only install one of: magento/framework[100.1.0, 100.0.6].
  - Can only install one of: magento/framework[100.1.0, 100.0.7].
  - Can only install one of: magento/framework[100.1.0, 100.0.8].
  - Can only install one of: magento/framework[100.1.0, 100.0.9].
  - Installation request for magento/framework == 100.1.0.0 -> satisfiable by magento/framework[100.1.0].magento/product-community-edition[2.1.0].
fastdivision commented 8 years ago

@kdeberna Merged in #2. Thanks for catching that!