Mathias Brodala

Results 155 comments of Mathias Brodala

I can confirm this issue. Before ` ` became ``, now it becomes ` `, thus with an additional space after the tag. (Thus actually correct.) Unfortunately libxml2 is quite...

Sure it's not a dealbreaker but still unexpected. But as it seems nothing this package can do about.

Sure this works but you can imagine that this a huge hassle and slows down daily development. ;-)

Fix in an unrelated project: https://github.com/syncthing/syncthing/issues/8499

@mistraloz Not sure what you mean, Composer won't magically allow running package binaries as subcommands. So installing `phpstan` will not allow for `composer phpstan`. Instead you will need to run...

Well, even multiple `composer.json` are affected, it doesn't matter how many there are. You cannot invoke any package binary without full path anywhere anymore. So the best we can do...

Notice that this is currently blocked by `consolidation/self-update`, see https://github.com/consolidation/self-update/issues/27

Yeah, we also went with the Phar release in the meantime with a few extra steps to have it available as usual everywhere.

We require this package all the time as Composer dependency just fine. Running `vendor/bin/cachetool` also works fine. What exactly have you tried?