Closed grizzm0 closed 2 weeks ago
Our version policy includes support for all active PHP versions, including the version with security support.
@froschdesign careful: we do support security releases for those, but we don't necessarily need to support them at feature level :-)
@Ocramius It is nice that everyone tells me something different. :man_shrugging:
@froschdesign nothing prevents us from releasing a package that only supports PHP 8.4, FWIW ;-)
We're just required to keep security patches applied for older versions, while still maintained by PHP itself too (what you linked).
@froschdesign unless something changed, see https://github.com/laminas/technical-steering-committee/blob/9e73fae14dd1bc8bdcdf875485353269af018de0/meetings/minutes/2020-03-02-TSC-Minutes.md#lts-policy
@Ocramius
nothing prevents us from releasing a package that only supports PHP 8.4, FWIW ;-)
This may all be correct, but it doesn't change the fact that I'm always being told something different.
unless something changed, see https://github.com/laminas/technical-steering-committee/blob/9e73fae14dd1bc8bdcdf875485353269af018de0/meetings/minutes/2020-03-02-TSC-Minutes.md#lts-policy
Thanks for the link, but the information there is completely misplaced.
@Ocramius @froschdesign Anything else blocking this PR from being merged?
@alexmerlin at first look, seems good to go
Could we ship 4.10 as well? :)
@gsteel ?
Allow symfony/console ^7.0.
Command::$defaultName
has been replaced with#[AsCommand()]
in 7.0. This was first introduced in 5.3 which is why the minimum version was raised.This also requires dropping support for php 8.1.