diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 35b7701..259ecdf 100644 --- a/composer.json +++ b/composer.json @@ -22,17 +22,18 @@ "require": { "php": "^7.1 || ^8.0", "doctrine/annotations": "^1.0", - "doctrine/cache": "^1.0", + "doctrine/cache": "^1.0|^2.0", "doctrine/collections": "^1.0", - "doctrine/event-manager": "^1.0", - "doctrine/reflection": "^1.2" + "doctrine/event-manager": "^1.0" }, "require-dev": { "composer/package-versions-deprecated": "^1.11", "phpstan/phpstan": "^0.12", "doctrine/coding-standard": "^6.0 || ^8.0", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", - "vimeo/psalm": "^3.11" + "doctrine/common": "^3.0", + "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0", + "symfony/cache": "^4.4", + "vimeo/psalm": "^4.3.1" }, "conflict": { "doctrine/common": "<2.10@dev" |