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 php8.1 support #14

Merged
merged 4 commits into from
Oct 9, 2021
Merged

Conversation

konarshankar07
Copy link
Contributor

@konarshankar07 konarshankar07 commented Oct 9, 2021

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

Description

Declared php 8.1 support
magento/magento2#34242

Signed-off-by: Shankar Konar <konar.shankar2013@gmail.com>
@konarshankar07
Copy link
Contributor Author

Hello @ihor-sviziev
Any suggestion for the php8.1 update?
Thanks

@ihor-sviziev
Copy link

First of all - keep the php 7.3 and 7.4 support as there no reason for dropping support without any changes in code. After that, phpcs tests should pass

@konarshankar07
Copy link
Contributor Author

I have readded the php 7.3 and 7.4 support

Signed-off-by: Shankar Konar <konar.shankar2013@gmail.com>
Signed-off-by: Shankar Konar <konar.shankar2013@gmail.com>
composer.json Outdated
@@ -25,13 +25,13 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0",
"php": "^7.3 || ^7.4 || ~8.0.0 || ~8.1.0",
Copy link
Member

Choose a reason for hiding this comment

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

^7.4 is not needed, it is already in range

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 have removed the 7.4 version

@Xerkus Xerkus added this to the 3.4.0 milestone Oct 9, 2021
Signed-off-by: Shankar Konar <konar.shankar2013@gmail.com>
@konarshankar07 konarshankar07 marked this pull request as ready for review October 9, 2021 15:02
@Xerkus Xerkus merged commit 7cdf000 into laminas:3.4.x Oct 9, 2021
@konarshankar07 konarshankar07 deleted the php8.1-support branch October 9, 2021 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants