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

PHP 7.2 Incompatibility #287

Open jpmc opened 5 years ago

jpmc commented 5 years ago
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - onepica/avatax 3.7.0-stable requires onepica/avatax16 ^0.2.2-alpha -> satisfiable by onepica/avatax16[0.2.2-alpha].
    - onepica/avatax 3.7.0-stable requires onepica/avatax16 ^0.2.2-alpha -> satisfiable by onepica/avatax16[0.2.2-alpha].
    - onepica/avatax16 0.2.2-alpha requires php ~5.3.0|~5.4.0|~5.5.0|~5.6.0|~7.0.0 -> your PHP version (7.2.14) does not satisfy that requirement.
    - Installation request for onepica/avatax ^3.7 -> satisfiable by onepica/avatax[3.7.0-stable].

Due to one of the dependencies in the chain (onepica/avatax16 0.2.2-alpha), the entire installation of the Avatax module fails to install via Composer on a PHP 7.2 system.

conradbeach commented 5 years ago

I am also having issues with this. Our store is running 7.2.14, but the package.xml specifies a PHP version between 5.2.3 and 6.0.0.

Any chance this will be updated to support PHP 7.2?