diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-19 10:55:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-19 10:55:46 +0200 |
commit | b43197b0b532a70c5dae4bcf7dc4b0a113172ed9 (patch) | |
tree | bd467c9c4a6138759ab34c5e06274baf0428fa16 /composer.json | |
parent | cc547ebfdb7f0b16e4df68f4848d8b2dc848b633 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 3ba155d..559cedd 100644 --- a/composer.json +++ b/composer.json @@ -43,9 +43,9 @@ "doctrine/coding-standard": "11.1.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2022.3", - "phpstan/phpstan": "1.10.3", + "phpstan/phpstan": "1.10.9", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "9.6.4", + "phpunit/phpunit": "9.6.6", "psalm/plugin-phpunit": "0.18.4", "squizlabs/php_codesniffer": "3.7.2", "symfony/cache": "^5.4|^6.0", |