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

Add support for PHP 8.2 in composer.json #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fnogatz
Copy link

@fnogatz fnogatz commented Apr 11, 2023

Without this change, composer will report in PHP 8.2 environments:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - magepal/magento2-customeraccountlinksmanager[1.1.0, ..., 1.1.5] require php ~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0 -> your php version (8.2.4) does not satisfy that requirement.

IMO, the require.php field is not required at all, so alternatively the whole entry could be removed.

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 this pull request may close these issues.

None yet

1 participant