From aa2cc7d343fd7362e38927f2f55f34c792b0818d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Nov 2024 07:53:05 +0100 Subject: update to 2.3.0 --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'composer.json') 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" } } -- cgit