-
-
Notifications
You must be signed in to change notification settings - Fork 12
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 #15
Conversation
laminas-file should no longer be supported imo |
@samsonasik |
19d086c
to
170201d
Compare
02f027c
to
e573394
Compare
@froschdesign Can you take a look the PR if all looks fine to you please proceed for merging? |
My recommendation is to not do any CS changes in this PR, and we can open a new PR to do CS changes later. If the proposed changes fail the CS rules already present in this PR, then they need to follow and use the existing rules present here to keep it focused. |
@glo71317 If this is not possible, we'll need to upgrade laminas-coding-standard to ~2.5.0 in a separate patch and fix all of the coding standard violations before attempting to add support for PHP 8.3 |
@gsteel what about removing the dependency, and re-introducing it in a new PR later? |
@Ocramius - I guess removing the dep here would also work, but as @weierophinney suggested that the patch should pass existing CS rules, it would make sense to just keep with version 1.0 here - CS wasn't failing - it's the schema validation that's failing - CS was running fine on 8.0 as far as I could tell, so it's less work to just stay on 1.0 right? |
I've just looked into this - it's not possible to run Last year, almost to the day #13 was merged without CS running either. Given that tests are passing, do you think we can merge this as-is, and defer CS tooling upgrades for another year, or perhaps discuss continued maintenance of this component in the next TSC meet? |
You are a maintainer for this package; what are your thoughts? |
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.
Even with red CI CS checks, I'm happy with this, as CS is not as relevant here, IMO.
Will squash-merge, as a warning to PR authors.
Thanks @glo71317!
Apologies for the delay, I’m traveling in Canada right now and only have my phone with me. |
Description