phpstan / extension-installer

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

(prod) error after updating to 1.4.0 #87

Closed pfpro closed 4 months ago

pfpro commented 4 months ago

Im using symfony 6.4 and phpstan and get an error on my prod environment:

_Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Your lock file does not contain a compatible set of packages. Please run composer update.

Problem 1

Can anyone do something with this?

ondrejmirtes commented 4 months ago

1) You shouldn't install dev dependencies in production environment at all, that't the first problem 2) 2nd problem is that you have too old Composer version in your production, install the latest one composer self-update

github-actions[bot] commented 3 months 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.