diff options
author | Remi Collet <remi@remirepo.net> | 2022-05-03 08:14:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-05-03 08:14:46 +0200 |
commit | c86388b2d63da95afe617b667cc278eb4f544fc7 (patch) | |
tree | fd785b3d70bca53b2c591d8b54e21f44173ce08c /composer.json | |
parent | 00a5d8d4c438ce5739ca2fc316b09d00d2ac114b (diff) |
update to 2.12.2
allow doctrine/deprecations 1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json index aac8c14..5b18a8f 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "doctrine/collections": "^1.5", "doctrine/common": "^3.0.3", "doctrine/dbal": "^2.13.1 || ^3.2", - "doctrine/deprecations": "^0.5.3", + "doctrine/deprecations": "^0.5.3 || ^1", "doctrine/event-manager": "^1.1", "doctrine/inflector": "^1.4 || ^2.0", "doctrine/instantiator": "^1.3", @@ -42,13 +42,13 @@ "doctrine/annotations": "^1.13", "doctrine/coding-standard": "^9.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "~1.4.10 || 1.5.0", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", + "phpstan/phpstan": "~1.4.10 || 1.6.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psr/log": "^1 || ^2 || ^3", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "vimeo/psalm": "4.22.0" + "vimeo/psalm": "4.23.0" }, "conflict": { "doctrine/annotations": "<1.13 || >= 2.0" |