summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-11-21 07:53:05 +0100
committerRemi Collet <remi@php.net>2024-11-21 07:53:05 +0100
commitaa2cc7d343fd7362e38927f2f55f34c792b0818d (patch)
tree2be59374935614386251c2214907f259ccc74f24 /composer.json
parentc41f21ed54f658390ccfe5ec0389a7d8acc9aca7 (diff)
update to 2.3.0HEADmaster
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"
}
}