Open sedwardsgt opened 5 months ago
I am attempting to update a Laravel 10 project to v11, and v11 requires symfony/console v7. The current version of this project (v3.0.0-alpha.1) only supports "^5.0|^6.0".
symfony/console
v7
v3.0.0-alpha.1
"^5.0|^6.0"
Are there any plans to update symfony/console to v7?
Also curious about this, this package appears to be breaking my upgrade to L11 from 10.
I am attempting to update a Laravel 10 project to v11, and v11 requires
symfony/console
v7
. The current version of this project (v3.0.0-alpha.1
) only supports"^5.0|^6.0"
.Are there any plans to update
symfony/console
tov7
?