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].
I am running Magento 2.1.0 and attempting to install the TaxJar plugin via
composer require taxjar/module-taxjar
yielded: