diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-13 08:46:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-13 08:46:56 +0200 |
commit | ae7bcda4a1ca522171e0469a33ebf6f27a9e01e0 (patch) | |
tree | 2d27555e91a3ae1bf1809e6a135386f84f704b2c /composer.json | |
parent | d95d23cf3ee604e6b12022c139e37ef89aed390d (diff) |
update to 2.13.3
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a1bf3f6..831f0a0 100644 --- a/composer.json +++ b/composer.json @@ -40,13 +40,14 @@ }, "require-dev": { "doctrine/coding-standard": "9.0.0", - "jetbrains/phpstorm-stubs": "2020.2", - "phpstan/phpstan": "0.12.81", + "jetbrains/phpstorm-stubs": "2021.1", + "phpstan/phpstan": "0.12.96", "phpunit/phpunit": "^7.5.20|^8.5|9.5.5", + "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "4.6.4" + "vimeo/psalm": "4.10.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." |