-
Notifications
You must be signed in to change notification settings - Fork 9
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
Improve php dependencies support #38
base: master
Are you sure you want to change the base?
Conversation
fernandoomarcelino
commented
Mar 30, 2023
- Add PHP 8.2 support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems good to me.
Could you add php 8.2 support to the github actions pipeline? |
Nice one @fcoedno |
done. please take a look @fcoedno |
* Add PHP 8.2 support
ae18eb5
to
e2c4f91
Compare
LGTM, and it already has l10 support. +1 from me |
Any chance to get this merge and released? Much appreciated! THX |
@@ -8,10 +8,10 @@ | |||
} | |||
], | |||
"require": { | |||
"php": "^8.0 || ^8.1", | |||
"php": "^8.0 || ^8.1 || ^8.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no need for adding ^8.2
, as ^8.0
already covers everything below 9.0
. The same is true for the already existing ^8.1
of course. ;)
@rjfonseca @roquerodrigo @gabrielferreiraa @pauloedurezende Can we get this merged and a new version tagged for packagist? Or do you consider this package abandoned? Please let us know - THX a lot! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for approving this! Who is brave enough to hit the merge button? 🙈 |
@fernandoomarcelino could you please rebase the branch? The l10 pr git merged first and therefore this branch contains conflicts now. |
can be closed due to #39 |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |