composer_scripts-descriptions.json 273 B

12345678910
  1. {
  2. "scripts": {
  3. "test": "phpunit",
  4. "phpcs": "phpcs --standard=PSR2 src"
  5. },
  6. "scripts-descriptions": {
  7. "test": "Launches the preconfigured PHPUnit",
  8. "phpcsxxx": "Checks that the application code conforms to coding standard"
  9. }
  10. }