phpro / grumphp

A PHP code-quality tool
MIT License
4.12k stars 430 forks source link

Install PSR4, "ERROR: the "PSR4" coding standard is not installed. " #951

Closed GeoffreyOlivier closed 2 years ago

GeoffreyOlivier commented 2 years ago
Q A
Version GrumPHP 1.5.0
Bug? no
New feature? no
Question? yes
Documentation? no

Hello, I would like install PSR4 but, I can't find the installer. Is possible to install ? Thanks .


grumphp:
  tasks:
    phpcs:
      standard: [ "PSR12", "PSR1", "PSR4" ]
    phplint: ~