79483383

Date: 2025-03-04 10:37:39
Score: 0.5
Natty:
Report link

If running composer global require laravel/installer isn't updating the installer for you, you can be explicit about the major version by, for example, running :

composer global require "laravel/installer:^5.x" -W

to force composer to bump up to the latest version.

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