diff options
author | n-peugnet <n.peugnet@free.fr> | 2020-04-20 20:24:44 +0200 |
---|---|---|
committer | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2020-04-21 14:56:53 +0200 |
commit | 6a002dde678907abc355e3afecc3b67da866f8cd (patch) | |
tree | 5ec0d15161cffa967351166281aa8f34b4f2742e /composer.json | |
parent | 618b22ab217b773d18abfce8bfe4dd6960738371 (diff) | |
download | wcms-6a002dde678907abc355e3afecc3b67da866f8cd.tar.gz wcms-6a002dde678907abc355e3afecc3b67da866f8cd.zip |
tests: add exception phpstan extensions
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 8640d17..ab94f5d 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "michelf/php-markdown": "^1.8" }, "require-dev": { + "pepakriz/phpstan-exception-rules": "^0.10.1", "phpstan/phpstan": "^0.12.19", "phpunit/phpunit": "^8.5", "sentry/sdk": "^2.0", |