Commit 9ba338be authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Correction du composer.json.

No related merge requests found
Pipeline #6933 passed with stages
in 1 minute and 50 seconds
Showing with 2 additions and 2 deletions
+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.",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment