Stefan Kruppa

Results 6 issues of Stefan Kruppa

Hi, I have the following constellation: - PHPStan is installed globally (`composer global require ...`) - My project is of course "local" and I use PHPStan there. My problem is...

My bundle configuration is as follows: ``` sensio_framework_extra: cache: { annotations: false } request: { converters: true } router: { annotations: false } security: { annotations: false } view: {...

When omitting the ruleset path, the detector uses "composer.lock" in the current directory. When a source path is given, this might be unexpected (in my case I executed the detector...

question

This PR intends to clarify some things about cache.system and cache.app (#12774 among other things). Comments welcome of course :-)

Status: Reviewed

Hi, I just noticed that the only 6.7.x tag available in the repo is the latest 6.7.4. Packagist still knows 6.7.2 and 6.7.3 and is able to install those, but...