diff options
author | n-peugnet <n.peugnet@free.fr> | 2020-04-20 20:05:14 +0200 |
---|---|---|
committer | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2020-04-21 14:56:53 +0200 |
commit | 618b22ab217b773d18abfce8bfe4dd6960738371 (patch) | |
tree | 453f21a517554c03ea24e5d7d7abd77a715285e4 /composer.json | |
parent | 4c2464b4440195b55e5d27b0d2bbb06758c05634 (diff) | |
download | wcms-618b22ab217b773d18abfce8bfe4dd6960738371.tar.gz wcms-618b22ab217b773d18abfce8bfe4dd6960738371.zip |
tests: add phpstan static analysis tool (level5)
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 4f72d20..8640d17 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "michelf/php-markdown": "^1.8" }, "require-dev": { + "phpstan/phpstan": "^0.12.19", "phpunit/phpunit": "^8.5", "sentry/sdk": "^2.0", "squizlabs/php_codesniffer": "^3.5" |