composer.json 140 B

12345678910
  1. {
  2. "require-dev": {
  3. "jakub-onderka/php-parallel-lint": "0.9"
  4. },
  5. "scripts": {
  6. "test": [
  7. "parallel-lint . --exclude vendor"
  8. ]
  9. }
  10. }