summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 175a404..b264f63 100644
--- a/composer.json
+++ b/composer.json
@@ -21,23 +21,24 @@
],
"require": {
"php": "^7.1 || ^8.0",
- "doctrine/annotations": "^1.0",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
- "psr/cache": "^1.0|^2.0|^3.0",
+ "psr/cache": "^1.0 || ^2.0 || ^3.0",
"doctrine/deprecations": "^0.5.3"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
- "phpstan/phpstan": "0.12.84",
+ "phpstan/phpstan": "1.2.0",
+ "doctrine/annotations": "^1.0",
"doctrine/coding-standard": "^6.0 || ^9.0",
"doctrine/common": "^3.0",
"phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
- "symfony/cache": "^4.4|^5.0",
- "vimeo/psalm": "4.7.0"
+ "symfony/cache": "^4.4 || ^5.0 || ^6.0",
+ "vimeo/psalm": "4.13.1"
},
"conflict": {
+ "doctrine/annotations": "<1.0 || >=2.0",
"doctrine/common": "<2.10@dev"
},
"autoload": {