diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-03 10:38:45 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-03 10:38:45 +0100 |
commit | 1bad9c8c971230e2a210a59fa88a59d9c379ccc3 (patch) | |
tree | 1a719bc145a121c73c9d43099cd191995b101f6c /composer.json | |
parent | 2b8c5650cdfa33dddc19683590631683112033b0 (diff) |
update to 1.5.4
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json index ebac32c..58a1984 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,10 @@ }, "require-dev": { "ext-sqlite3": "*", - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^10.0", "doctrine/dbal": "^2.13 || ^3.0", "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0", "doctrine/orm": "^2.7.0", - "jangregor/phpstan-prophecy": "^1", "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^8.5 || ^9.5", "symfony/cache": "^5.0 || ^6.0", |