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.3 support added #31

Merged
merged 1 commit into from
Oct 18, 2023
Merged

PHP 8.3 support added #31

merged 1 commit into from
Oct 18, 2023

Conversation

glo71317
Copy link
Contributor

Q A
Documentation yes/no
Bugfix yes/no
BC Break yes/no
New Feature yes/no
RFC yes/no
QA yes/no

Description

@@ -3,6 +3,6 @@
"gd"
],
"ignore_php_platform_requirements": {
"8.2": true
"8.3": true
Copy link
Member

Choose a reason for hiding this comment

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

@gsteel
Do we really need this here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Generally, it should required, any concern pls let me know

Copy link
Member

Choose a reason for hiding this comment

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

@froschdesign
Yes, platform reqs will have to be ignored until all composer deps explicitly support 8.3 - ideally we would get 8.3 supported on all the deps first to avoid it.

@glo71317
Copy link
Contributor Author

@froschdesign Can you please proceed for merge this PR if you are not having any concern?

Copy link
Member

@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.

Thanks @glo71317

@Ocramius Ocramius added this to the 2.17.0 milestone Oct 18, 2023
@Ocramius Ocramius merged commit 981b3d1 into laminas:2.17.x Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants