diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-15 08:43:48 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-15 08:43:48 +0100 |
commit | 9eaccfdc315b87cd9a71149ad612d46a5efda3f6 (patch) | |
tree | 4b6e7fc8dabba23c64d0c27a3108faeef17494e4 /composer.json | |
parent | aafff85643f676f52a576532c467655b0ff12165 (diff) |
update to 2.13.5
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a027c6d..746c2c8 100644 --- a/composer.json +++ b/composer.json @@ -41,13 +41,13 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "0.12.99", + "phpstan/phpstan": "1.1.1", "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "psalm/plugin-phpunit": "0.16.1", - "squizlabs/php_codesniffer": "3.6.0", + "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "4.10.0" + "vimeo/psalm": "4.12.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." |