captainhookphp / captainhook

CaptainHook is a very flexible git hook manager for software developers that makes sharing git hooks with your team a breeze.
http://captainhook.info
MIT License
1.01k stars 87 forks source link

Support Symfony 7 #232

Closed alessandro-podo closed 11 months ago

alessandro-podo commented 11 months ago

i wanted to update my app to use Symfony7, but this Library use 3 Components with Symfony6.

Can i create a pull request for this? Or still someone working in this?

sebastianfeldmann commented 11 months ago

Sure feel free to open a pull request. To avoid dependencies you could install captainhook/captainhook-phar :)

sebastianfeldmann commented 11 months ago

Fixed with version 5.19.2 ;)