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

PHP8 Support #16

Closed
sunscreem opened this issue Sep 14, 2021 · 2 comments
Closed

PHP8 Support #16

sunscreem opened this issue Sep 14, 2021 · 2 comments

Comments

@sunscreem
Copy link

Description

Trying to upgrade to PHP8 but I'm getting the following:

- omnipay/sagepay 3.2.3 requires php ^5.6|^7 -> your php version (8.0.10) does not satisfy that requirement.
    - craftcms/commerce-sagepay 3.0.0 requires omnipay/sagepay ~3.0 -> satisfiable by omnipay/sagepay[3.2.3].
    - craftcms/commerce-sagepay is locked to version 3.0.0 and an update of this package was not requested.

I think the issue is with omnipay?

Everything seems to work fine if I do a --ignore-platform-reqs

@sunscreem sunscreem added the bug label Sep 14, 2021
@sunscreem
Copy link
Author

Any update on this?

@nfourtythree nfourtythree removed the bug label Nov 3, 2021
@nfourtythree
Copy link
Contributor

Hi @sunscreem

This is an issue with the underlying omnipay-sagepay library. There is an issue relating to the support of PHP 8 for that library here: thephpleague/omnipay-sagepay#167

Unfortunately, we are at the mercy of the package maintainers as to when this will be resolved as we have no control over that library.

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