onepica / avatax

One Pica Magento extension for sales tax calculation performed by Avatax
http://www.magentocommerce.com/magento-connect/6760.html
29 stars 34 forks source link

Unable to install latest stable module version via composer #265

Closed ihor-sviziev closed 3 years ago

ihor-sviziev commented 7 years ago

During installing module via composer i've got following error:

Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - onepica/avatax 3.4.0-stable requires onepica/avatax16 ^0.2.2-alpha -> satisfiable by onepica/avatax16[0.2.2-alpha].
    - onepica/avatax 3.4.0-stable requires onepica/avatax16 ^0.2.2-alpha -> satisfiable by onepica/avatax16[0.2.2-alpha].
    - onepica/avatax 3.4.0-stable requires onepica/avatax16 ^0.2.2-alpha -> satisfiable by onepica/avatax16[0.2.2-alpha].
    - Removal request for onepica/avatax16 == 0.2.2.0-alpha
    - Installation request for onepica/avatax ~3.4.0.0 -> satisfiable by onepica/avatax[3.4.0-stable].

This issue caused by using alpha version of onepica/avatax16 package in requirement. Need to use stable version.

As a workaround I added "onepica/avatax16": "^0.2.2-alpha" to my composer.json, but it's not real fix.

ProxiBlue commented 5 years ago

Wow, a years later, and this issue still exists!

Problem 1