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

Added PHP 8.4 Support #39

Open
wants to merge 8 commits into
base: 3.8.x
Choose a base branch
from

Conversation

manishranjan-adobe
Copy link

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

Description

Tell us about why this change is necessary:

  • Added PHP 8.4 Support

    • TARGET THE CURRENT RELEASE BRANCH
  • Are you adding documentation?

    • TARGET THE CURRENT RELEASE BRANCH
  • Are you providing a QA improvement (additional tests, CS fixes, etc.) that
    does not change behavior?

    • No
  • Are you fixing a BC Break?

    • No
  • Are you adding something the library currently does not support?

    • Adding upcoming PHP 8.4 Support
  • Are you refactoring code?

    • No

Signed-off-by: manishranjan-adobe <[email protected]>
Signed-off-by: manishranjan-adobe <[email protected]>
@manishranjan-adobe
Copy link
Author

@froschdesign Can you check this PR? All the checks have been passed. It would be great if you could take a moment to review it when you have the time. I’ve made sure to follow the contribution guidelines, but I’d appreciate any feedback or suggestions for improvement.

Looking forward to your insights!

Signed-off-by: manishranjan-adobe <[email protected]>
@manishranjan-adobe
Copy link
Author

@gsteel Can we please pick this?

Copy link
Member

@gsteel gsteel left a comment

Choose a reason for hiding this comment

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

Thanks @manishranjan-adobe - Just one tweak to the markdown file

docs/book/intro.md Outdated Show resolved Hide resolved
docs/book/intro.md Outdated Show resolved Hide resolved
.laminas-ci.json Outdated Show resolved Hide resolved
@@ -16,18 +16,18 @@
"rss": "https://github.com/laminas/laminas-recaptcha/releases.atom"
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~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.

imo, I think it is time to remove php ~8.0.0 support, other components no longer have php ~8.0.0 :)

Copy link
Member

Choose a reason for hiding this comment

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

Missing a new line at the end of the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

5 participants