Correction du composer.json.
Showing
+2 -2
... | @@ -18,9 +18,9 @@ | ... | @@ -18,9 +18,9 @@ |
"phpstan/phpstan-phpunit": "^0.11", | "phpstan/phpstan-phpunit": "^0.11", | ||
"phpstan/phpstan-symfony": "^0.11" | "phpstan/phpstan-symfony": "^0.11" | ||
}, | }, | ||
"bin": { | "bin": [ | ||
"bin/phpstan-watch" | "bin/phpstan-watch" | ||
}, | ], | ||
"suggest": { | "suggest": { | ||
"beberlei/assert": "Framework léger d'assertion de type.", | "beberlei/assert": "Framework léger d'assertion de type.", | ||
"phpunit/phpunit": "Framework de tests unitaires.", | "phpunit/phpunit": "Framework de tests unitaires.", | ||
... | ... |
Please register or sign in to comment