diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-21 08:48:51 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-21 08:48:51 +0100 |
commit | 32e425d034dc92233f961b54200b9160586f2243 (patch) | |
tree | 97bfb4ff32a1a15cf3539a695a84098ac65536e6 /composer.json | |
parent | e6e94ba0ba93fde3af3525512b6d167f456d6020 (diff) |
update to 3.5.2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.json b/composer.json index e1e1aab..16492f7 100644 --- a/composer.json +++ b/composer.json @@ -40,16 +40,16 @@ "psr/log": "^1|^2|^3" }, "require-dev": { - "doctrine/coding-standard": "10.0.0", - "jetbrains/phpstorm-stubs": "2022.2", - "phpstan/phpstan": "1.8.10", + "doctrine/coding-standard": "11.0.0", + "jetbrains/phpstorm-stubs": "2022.3", + "phpstan/phpstan": "1.9.2", "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "9.5.25", - "psalm/plugin-phpunit": "0.17.0", + "phpunit/phpunit": "9.5.27", + "psalm/plugin-phpunit": "0.18.4", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0", - "vimeo/psalm": "4.29.0" + "vimeo/psalm": "4.30.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." |