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

PHP 8.4 support #105

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

PHP 8.4 support #105

wants to merge 4 commits into from

Conversation

vjik
Copy link
Member

@vjik vjik commented Feb 21, 2025

Q A
Is bugfix? ✔️
New feature?
Breaks BC?

Include #96

@vjik vjik added the status:code review The pull request needs review. label Feb 21, 2025
@vjik vjik requested a review from a team February 21, 2025 12:29
@@ -31,17 +31,17 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.4|^8.0"
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
Copy link
Member

Choose a reason for hiding this comment

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

I don't really like it

Copy link
Member

Choose a reason for hiding this comment

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

Any suggestions?

Copy link
Member

@roxblnfk roxblnfk Feb 21, 2025

Choose a reason for hiding this comment

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

"php": "^7.4|^8.0" ¯\_(ツ)_/¯

Copy link
Member

Choose a reason for hiding this comment

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

Nope, that doesn't work because it will automatically allow 8.x that might be a totally breaking release.

Copy link
Member

Choose a reason for hiding this comment

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

There are no deprecations in 8.4 that say "it wont work in the future".
But if you like strong constraints, 7.4 - 8.4 is more elegant.

Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe so: 7.4.* || 8.0 - 8.4 ?

Copy link
Member

Choose a reason for hiding this comment

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

Are you going to release 7.5?

Copy link
Member Author

Choose a reason for hiding this comment

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

Nobody knows what will happen tomorrow =)

@@ -31,17 +31,17 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.4|^8.0"
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
Copy link
Member

Choose a reason for hiding this comment

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

Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants