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

Improve PHP version requirement to ^7.1 || ~8.0.0 || ~8.1.0 #301

Closed
wants to merge 3 commits into from

Conversation

florianeckerstorfer
Copy link
Member

This came up in the comments to a recently closed PR and I would appreciate your input on this.

@florianeckerstorfer
Copy link
Member Author

Added PHP 8.2.x to version range, since the unit tests are currently passing for it

Copy link

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

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

Note: you may want to run composer update --lock

composer.json Outdated
@@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=7.1",
"php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0",

Choose a reason for hiding this comment

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

Careful with 8.2.0: I suggest holding off until it reaches RC, around october 2022.

Until then, any BC break is still possible.

@Ocramius
Copy link

Remember composer.lock

@Ocramius
Copy link

@florianeckerstorfer is this closed on purpose?

@florianeckerstorfer
Copy link
Member Author

@Ocramius Yes, it took a long while, but I followed your suggestion and excluded 8.2 for now. Merged #313 instead

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.

2 participants