BrainMaestro / composer-git-hooks

Easily manage git hooks in your composer config
MIT License
1.05k stars 88 forks source link

Plans to support symfony/console v7? #145

Open sedwardsgt opened 4 months ago

sedwardsgt commented 4 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".

Are there any plans to update symfony/console to v7?

bfblackjack commented 3 months ago

Also curious about this, this package appears to be breaking my upgrade to L11 from 10.