mezzio / mezzio-swoole

Swoole support for Mezzio
https://docs.mezzio.dev/mezzio-swoole/
BSD 3-Clause "New" or "Revised" License
89 stars 28 forks source link

Updated dependency symfony/console to ^5.3 || ^6.0.19 || ^7.0 #134

Closed grizzm0 closed 2 weeks ago

grizzm0 commented 1 month ago

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.

froschdesign commented 1 month ago

Our version policy includes support for all active PHP versions, including the version with security support.

Ocramius commented 1 month ago

@froschdesign careful: we do support security releases for those, but we don't necessarily need to support them at feature level :-)

froschdesign commented 1 month ago

@Ocramius It is nice that everyone tells me something different. :man_shrugging:

Ocramius commented 1 month ago

@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).

Ocramius commented 1 month ago

@froschdesign unless something changed, see https://github.com/laminas/technical-steering-committee/blob/9e73fae14dd1bc8bdcdf875485353269af018de0/meetings/minutes/2020-03-02-TSC-Minutes.md#lts-policy

froschdesign commented 1 month ago

@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.

alexmerlin commented 3 weeks ago

@Ocramius @froschdesign Anything else blocking this PR from being merged?

Ocramius commented 3 weeks ago

@alexmerlin at first look, seems good to go

grizzm0 commented 2 weeks ago

Could we ship 4.10 as well? :)

alexmerlin commented 2 weeks ago

@gsteel ?