From 51a0e0d2c39b85f0ccda27603b6d12f42558e3fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Feb 2023 08:55:00 +0100 Subject: update to 1.17.0 allow doctrine/instantiator v2 --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 551da0c..5a27095 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,13 @@ "php": "^7.2 || 8.0.* || 8.1.* || 8.2.*", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0", - "doctrine/instantiator": "^1.2", + "doctrine/instantiator": "^1.2 || ^2.0", "sebastian/recursion-context": "^3.0 || ^4.0" }, "require-dev": { "phpspec/phpspec": "^6.0 || ^7.0", + "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^8.0 || ^9.0" }, @@ -38,7 +39,8 @@ "autoload-dev": { "psr-4": { - "Fixtures\\Prophecy\\": "fixtures" + "Fixtures\\Prophecy\\": "fixtures", + "Tests\\Prophecy\\": "tests" } }, -- cgit