summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index f0b6a4a..9a6494e 100644
--- a/composer.json
+++ b/composer.json
@@ -21,10 +21,10 @@
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^7.0",
- "doctrine/coding-standard": "^6.0",
- "phpstan/phpstan-shim": "^0.9.2",
- "vimeo/psalm": "^3.8.1"
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
+ "doctrine/coding-standard": "^9.0",
+ "phpstan/phpstan": "^0.12",
+ "vimeo/psalm": "^4.2.1"
},
"autoload": {
"psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" }