summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index a27bf91..a8e0cbd 100644
--- a/composer.json
+++ b/composer.json
@@ -24,6 +24,7 @@
"autoload-dev": {
"psr-4": {
"Prophecy\\PhpUnit\\Tests\\Fixtures\\": "fixtures",
+ "Prophecy\\PhpUnit\\Tests\\PhpstanFixtures\\": "phpstan-fixtures",
"Prophecy\\PhpUnit\\Tests\\": "tests"
}
},
@@ -31,5 +32,8 @@
"branch-alias": {
"dev-master": "2.x-dev"
}
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.10"
}
}