phpstan / extension-installer

Composer plugin for automatic installation of PHPStan extensions.
MIT License
399 stars 27 forks source link

Composer is trying to use extension-installer when using --no-dev flag #3

Closed simPod closed 5 years ago

simPod commented 5 years ago

When using --no-dev flag, Composer still tries to work with Installer. However, when Installer is installed as dev dependency, there are no related files and Composer fails.

file_put_contents(//vendor/phpstan/extension-installer/src/GeneratedConfig.php): failed to open stream: No such file or directory

How to reproduce:

composer install
composer install --no-dev
ondrejmirtes commented 5 years ago

Do you have any solution or suggestion how to solve this? I'm not experiencing this because I only run --no-dev on a fresh clone and not following full install.

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.