summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 6bbc745..e1f422f 100644
--- a/composer.json
+++ b/composer.json
@@ -29,16 +29,16 @@
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
- "phpstan/phpstan": "~1.4.10 || 1.8.8",
- "doctrine/annotations": "^1.0",
- "doctrine/coding-standard": "^9 || ^10",
+ "phpstan/phpstan": "~1.4.10 || 1.9.4",
+ "doctrine/annotations": "^1 || ^2",
+ "doctrine/coding-standard": "^9 || ^11",
"doctrine/common": "^3.0",
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
- "vimeo/psalm": "4.29.0"
+ "vimeo/psalm": "4.30.0 || 5.3.0"
},
"conflict": {
- "doctrine/annotations": "<1.0 || >=2.0",
+ "doctrine/annotations": "<1.0 || >=3.0",
"doctrine/common": "<2.10"
},
"autoload": {