diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-20 08:33:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-20 08:33:07 +0200 |
commit | 2b8c5650cdfa33dddc19683590631683112033b0 (patch) | |
tree | 230afc3d6536658a42d83edc23fa720eb10ebc19 /composer.json | |
parent | 82081d24f8ef3baca5a562730a1e79aa6b11bf48 (diff) |
update to 1.5.3 (no change)
allow doctrine/persistence v3
switch to phpunit9
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 e440164..ebac32c 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^7.2 || ^8.0", "doctrine/common": "^2.13|^3.0", - "doctrine/persistence": "^1.3.3|^2.0" + "doctrine/persistence": "^1.3.3|^2.0|^3.0" }, "conflict": { "doctrine/phpcr-odm": "<1.3.0", @@ -28,9 +28,9 @@ "doctrine/dbal": "^2.13 || ^3.0", "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0", "doctrine/orm": "^2.7.0", - "jangregor/phpstan-prophecy": "^0.8.1", - "phpstan/phpstan": "^0.12.99", - "phpunit/phpunit": "^8.0", + "jangregor/phpstan-prophecy": "^1", + "phpstan/phpstan": "^1.5", + "phpunit/phpunit": "^8.5 || ^9.5", "symfony/cache": "^5.0 || ^6.0", "vimeo/psalm": "^4.10" }, |