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

Upgrade PHPUnit to 8.4 min. #143

Merged
merged 7 commits into from Apr 7, 2021
Merged

Upgrade PHPUnit to 8.4 min. #143

merged 7 commits into from Apr 7, 2021

Conversation

william-suppo
Copy link
Contributor

No description provided.

composer.json Outdated
"require": {
"php": ">=7.2.5",
"php": "^7.2.5|^8.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this change is good. It will prevent the library from being used with PHP 9+.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand what you say because the latest php version is 8.0.2 .

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanna exclude php 9+ and it's probably safe to exclude 8.1+, isn't it ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it's not. Why would you want to artificially exclude future PHP versions? This will make it harder for users to experiment with them and report any bugs. See this thread by a core maintainer of Symfony: https://mobile.twitter.com/nicolasgrekas/status/1263023258938548225

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me :)

@william-suppo william-suppo merged commit db0a0ef into master Apr 7, 2021
@william-suppo william-suppo deleted the upgrade-phpunit branch April 7, 2021 21:26
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

2 participants