Andreas Möller

Results 94 comments of Andreas Möller

@honeyankit I have been able to reproduce the problem: - in https://github.com/ergebnis/php-cs-fixer-config/commit/769e507a75298d50368a7799b70f50698f7540a5, I removed the `platform.php` configuration from `composer.json` (two weeks ago) - since then, @dependabot has refused to update...

What has worked for me: - configure the [`platform` requirement for `php`](https://getcomposer.org/doc/articles/composer-platform-dependencies.md#different-types-of-platform-packages) in `composer.json` with ```shell composer config platform.php 7.4.33 ``` - remove the platform requirement in tests against different...

It appears that this was already fixed with #209.

Quick update: for those of you coming here and looking for an alternative that works with - `phpunit/phpunit:^8.5.26` - `phpunit/phpunit:^9.6.0` - `phpunit/phpunit:^10.4.0` as well as - PHP 7.4 - PHP...

@alexander-schranz Would you be interested in #285?

For the record, I wouldn't automatically close issues anymore and have stopped using `actions/stale` in all of my projects.

Fixed with https://github.com/friendsoftwig/twigcs/pull/186.

@cafferata Apologies for the delay, picking up the work here soon!

@Bilge Can you share an example `composer.json` where you are experiencing issues with the `scripts` section, please? - orginal - normalized - expected normalized Thank you!