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

Allow symfony/console in version 7.0

Open jschaedl opened this issue 1 year ago • 2 comments
trafficstars

jschaedl avatar Nov 30 '23 16:11 jschaedl

@jschaedl Any idea when we can expect as stable version

glo71317 avatar Dec 18 '23 12:12 glo71317

Hi @glo71317 No idea. I am not the maintainer of that library. But I forked it. Feel free to use this version: https://packagist.org/packages/jschaedl/composer-git-hooks

jschaedl avatar Dec 18 '23 12:12 jschaedl

Slightly improved the PR https://github.com/BrainMaestro/composer-git-hooks/pull/146

You can just add in your composer.json meanwhile instead of changing/forking the package

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/Tofandel/composer-git-hooks"
    }
  ]
}

Seeing the graph activity of @BrainMaestro, I don't think anytime soon though. Is he even still alive?

Tofandel avatar Jun 20 '24 14:06 Tofandel

I merged the improved PR, so I'm closing this

BrainMaestro avatar Jun 22 '24 09:06 BrainMaestro