79452336

Date: 2025-02-19 17:59:56
Score: 0.5
Natty:
Report link

The solution for me after months of searching was to not install dev packages in production.

Remove your vendor directory and install only the non-dev packages:

rm -rf vendor

composer install --prefer-dist --no-dev -o

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Deepak Mittal