diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-21 07:53:05 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-21 07:53:05 +0100 |
commit | aa2cc7d343fd7362e38927f2f55f34c792b0818d (patch) | |
tree | 2be59374935614386251c2214907f259ccc74f24 /composer.json | |
parent | c41f21ed54f658390ccfe5ec0389a7d8acc9aca7 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
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" } } |