Skip to content

PHP 8 support #1

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

PHP 8 support #1

wants to merge 6 commits into from

Conversation

krizalys
Copy link

@krizalys krizalys commented Dec 6, 2023

This PR adds support for recent PHP versions (tested with PHP 8.2) and latest versions. To do so, it has to drop support for old dependencies and is a breaking change.

The PHPUnit configuration file had to be rewritten to match PHPUnit 10 schema. While doing so, I noticed that the Interface.php filter did not seem to be used, so I removed it.

Also using promise interfaces rather than concrete implementations as that's how we should be interfacing with actual projects.

Can we release a new major version with these changes?

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.

1 participant