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

Fix PSL 2 support #36

Closed
3 tasks
veewee opened this issue Sep 2, 2022 · 0 comments
Closed
3 tasks

Fix PSL 2 support #36

veewee opened this issue Sep 2, 2022 · 0 comments

Comments

@veewee
Copy link
Owner

veewee commented Sep 2, 2022

Bug Report

Q A
BC Break no
Version

See new PRs:
#33, #34, #35

  • Failing unit tests - assertions not working properly
  • Autoload build failure due to usage of old function
  • PSL psalm plugin not being registered

Currently PSL 2 is not supported by the codebase.
PSL 1 is not compatible with PSL 2.
Since PSL2 is only supporting PHP >=8.1 and we still support PHP 8.0 - it currently makes no sense to upgrade.
Once PHP 8.2 lands or PHP 8.0 support ends in this package, we can upgrade the internal API to use PSL 2.

In the meantime, PSL1 is still compatible with both PHP 8.1 and 8.0

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

1 participant