diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 4 insertions, 2 deletions
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" } }, |