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 php max version #77

Open
zemecom opened this issue Feb 28, 2020 · 1 comment
Open

Composer php max version #77

zemecom opened this issue Feb 28, 2020 · 1 comment

Comments

@zemecom
Copy link

zemecom commented Feb 28, 2020

"php": ">=7.1.3 <=7.3"
this involves using the maximum version 7.3.0. It may be worth changing to
"php": "~7.1.3 | ~7.2 | ~7.3" or "php": ">=7.1.3 <7.4"

@alex2kalex
Copy link

Hello! Sorry for the late reply. We're going to update the SDK soon (PAYMENTS-4922)

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

No branches or pull requests

2 participants