Closed pfpro closed 6 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
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.
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?