summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-03 08:55:00 +0100
committerRemi Collet <remi@php.net>2023-02-03 08:55:00 +0100
commit51a0e0d2c39b85f0ccda27603b6d12f42558e3fa (patch)
treea02b78ef64ca8fa5f27d890cffd53daf0c16eaf0 /composer.json
parenta23448543b27e0371818736a4ac09c72a8ca904a (diff)
update to 1.17.0
allow doctrine/instantiator v2
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
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"
}
},