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

Allow phpunit 11 #84

Closed
wants to merge 1 commit into from
Closed

Allow phpunit 11 #84

wants to merge 1 commit into from

Conversation

doppynl
Copy link

@doppynl doppynl commented Mar 28, 2024

This allows the installation of phpunit 11 for running the tests in this library.
I've run the tests locally on PHP 8.1, 8.2 and 8.3.
It is giving some deprecation warnings when phpunit 11 is installed, but no errors are reported.

Also adjusts the conflict configuration to allow installation of this package along with phpunit 11.
I've installed this library, with this adjusted config, along with phpunit 11 in a project of my own and did not run into issues doing so. Although I'm not using everything from this library, it appears to be fine to use with phpunit 11.

I know there is already another pullrequest for phpunit 11, but that pull request changes how versions are handled. I think this works just fine.

Let me know if I need to adjust something else. Or of I need to leave the require-dev as is.

@doppynl doppynl closed this May 15, 2024
@doppynl doppynl deleted the phpunit11 branch May 15, 2024 17:37
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