-
Notifications
You must be signed in to change notification settings - Fork 35
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
Comments
+1 |
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:
and when I require pcapredict/tag:^2.0.8 (from your readme) I get:
|
To add to this you can't use the repository directly either as the 2.1.0 tag has a composer.json with version |
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 |
according to support
|
Composer installation fails for PHP 7.3 which is now an officially supported PHP version for Magento 2.3.3
The text was updated successfully, but these errors were encountered: