composer-git-hooks icon indicating copy to clipboard operation
composer-git-hooks copied to clipboard

Easily manage git hooks in your composer config

Results 17 composer-git-hooks issues
Sort by recently updated
recently updated
newest added

Updated composer.json to support PHP 8.1 while remaining backwards compatible with PHP 8.0

I have updated my project to PHP 8.2 and the warning has started to appear. My brainmaestro/composer-git-hooks version of is **v2.8.5** Deprecated: trim(): Passing null to parameter #1 ($string) of...

### Your requirements could not be resolved to an installable set of packages. Problem 1 - brainmaestro/composer-git-hooks[v2.8.0, ..., v2.8.2] require symfony/console ^3.2 || ^4.0 -> found symfony/console[v3.2.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1,...

Hey, It looks like to me that you @BrainMaestro don't have the time to maintain this package, would it be possible to give access to some of the people who...

PHP: 8.3 Laravel: 10 I try to install this package to my laravel project but i get error

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