PCAPredict/magento2

Composer installation fails for PHP 7.3

Opened this issue · 9 comments

Composer installation fails for PHP 7.3 which is now an officially supported PHP version for Magento 2.3.3

There is a PR still staying open and needs merging.

When will this be merged and released?

Thanks for the PR @bsdnomad - shame it's still waiting to be merged.

We had a similar delay from PCA/Loqate when Magento released support for PHP 7.2 🙄

Can someone from PCA/Loqate please take a look at this?

Can you update packagist https://packagist.org/packages/pcapredict/tag so that release 2.1.0 is available. Currently using dev-master to get the latest update. When I try to require 2.1.0 I get:

The requested package pcapredict/tag 2.1.0 exists as pcapredict/tag[1.0.1, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, dev-UpgradeSchema, dev-master] but these are rejected by your constraint.

and when I require pcapredict/tag:^2.0.8 (from your readme) I get:

Problem 1
    - pcapredict/tag 2.0.8 requires php ~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0 -> your PHP version (7.3.15) does not satisfy that requirement.
    - pcapredict/tag 2.0.8 requires php ~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0 -> your PHP version (7.3.15) does not satisfy that requirement.
    - Installation request for pcapredict/tag ^2.0.8 -> satisfiable by pcapredict/tag[2.0.8].

To add to this you can't use the repository directly either as the 2.1.0 tag has a composer.json with version 2.0.9 invalidating it competely.

The workaround for this is somewhat annoying but simple:

Add this repo into your composer.json (it will take precendence over packagist) and require version dev-master#a8613595ca134979514fc4cd2dab6a76914cdc4f to pin to the same commit as the 2.1 release.

according to support

Thank you for your enquiry.
Our latest Magento solution is available here now: https://marketplace.magento.com/loqate-tag.html
The one in GitHub is no longer in active development.

Hope this helps.

the loqate-tag from marketplate does not support 7.3
image