-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
[RFC]: Allow installation with Symfony 7.x series #117
Comments
Do you see any problem if we allow version 6 and 7? The changelog does not mention any problems in this direction: https://github.com/symfony/console/blob/7.0/CHANGELOG.md#70 – but I could also be wrong! |
@froschdesign - I see no problem with supporting |
The documentation must be update:
Or it must work/documented for both versions. |
I pushed dispatcher update to console update PR. We got our test results. |
Addition of parameter types on public methods will necessitate a new major. IIRC, the new attributes are supported in v6 with a deprecation for the old static properties, so we should be able to migrate that stuff by pinning to a specific v6 minimum. We'll have to drop support for v5 I expect. |
There are a lot of final classes. Adding to them won't be a BC. As long as no previously valid types were removed |
RFC
Allowing installation along with Symfony v7 components will require dropping support for PHP 8.1 here.
Considering that
symfony/console
is an important dependency here, it probably makes sense to do that.What do members of the @laminas/technical-steering-committee think?
The text was updated successfully, but these errors were encountered: