Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer installation fails for PHP 7.3 #33

Open
yugeshramteke opened this issue Oct 9, 2019 · 9 comments · May be fixed by #39
Open

Composer installation fails for PHP 7.3 #33

yugeshramteke opened this issue Oct 9, 2019 · 9 comments · May be fixed by #39

Comments

@yugeshramteke
Copy link

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

@DanGarner
Copy link

+1

@bsdnomad
Copy link

There is a PR still staying open and needs merging.

@edward-simpson
Copy link

When will this be merged and released?

@heyjme
Copy link

heyjme commented Jan 18, 2020

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?

@bexdoggett
Copy link

bexdoggett commented Mar 27, 2020

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].

@mikeymike
Copy link

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.

@mikeymike
Copy link

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.

@mamsincl
Copy link

mamsincl commented Aug 4, 2020

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.

@dsalgaciello
Copy link

the loqate-tag from marketplate does not support 7.3
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants