Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Support PHP 8.2 #99

Merged
merged 1 commit into from
Dec 19, 2022
Merged

Support PHP 8.2 #99

merged 1 commit into from
Dec 19, 2022

Conversation

herndlm
Copy link
Contributor

@herndlm herndlm commented Dec 9, 2022

was looking good locally, let's see if CI is green as well

oh, saw it too late, but this includes parts of #97 and is basically it's successor I guess

@@ -19,7 +19,7 @@
"keywords": [ "x690", "x.690", "x.509", "x509", "asn1", "asn.1", "ber", "der", "binary", "encoding", "decoding" ],

"require": {
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

>=7.1?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

hi there, I created this PR because one of our apps was not allowing the update since web-token packages depend on it. thx for your work there! 😊

I assume the review comments are more relevant for the maintainer of this package, I'll leave this up for him if you don't mind, but I can adapt it any time of course

Copy link
Contributor

Choose a reason for hiding this comment

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

web-token packages depend on it

That won't be true in a few days.

@@ -19,6 +19,7 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
Copy link
Contributor

Choose a reason for hiding this comment

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

The list could be simplified with only 7.1 and 8.2.
WDYT

@glo71317
Copy link

@Spomky just i want to check with you about this PR because our App is also using this package dependency. So, Any plan to merge this PR or Any other PR which will support php8.2?
Thanks in advance

@Spomky
Copy link
Contributor

Spomky commented Dec 14, 2022

Hi @glo71317,

I do not act as a maintainer of this library so my actions are very limited here.

@fgrosse fgrosse merged commit 4254602 into fgrosse:master Dec 19, 2022
@fgrosse fgrosse mentioned this pull request Dec 19, 2022
@herndlm herndlm deleted the support-php-8-2 branch December 19, 2022 09:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants