diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-13 08:48:51 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-13 08:48:51 +0200 |
commit | bdd7d465cbdf419af57698262582e2eb8ff692d9 (patch) | |
tree | 892143cc68d721a7ecaabcff6a1773c7d3527e3d /composer.json | |
parent | 26f51b40bf9c4d617c91a35bc4bd42f735e8f4f5 (diff) |
update to 3.1.2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 6dda8c7..091b1fa 100644 --- a/composer.json +++ b/composer.json @@ -39,15 +39,15 @@ }, "require-dev": { "doctrine/coding-standard": "9.0.0", - "jetbrains/phpstorm-stubs": "2020.2", - "phpstan/phpstan": "0.12.81", - "phpstan/phpstan-strict-rules": "^0.12.2", + "jetbrains/phpstorm-stubs": "2021.1", + "phpstan/phpstan": "0.12.96", + "phpstan/phpstan-strict-rules": "^0.12.11", "phpunit/phpunit": "9.5.5", - "psalm/plugin-phpunit": "0.13.0", + "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.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." |