summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-29 16:38:00 +0100
committerRemi Collet <remi@php.net>2021-11-29 16:38:00 +0100
commit7d26ec908669b9b5a26abc3fdf3baf309a02e40c (patch)
tree586aa0304eb52cc8acd2ca63a4e709f3b6aafa38 /composer.json
parent9eaccfdc315b87cd9a71149ad612d46a5efda3f6 (diff)
update to 2.13.6
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 746c2c8..6ca2f81 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": "1.1.1",
+ "phpstan/phpstan": "1.2.0",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.10",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.1",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
- "vimeo/psalm": "4.12.0"
+ "vimeo/psalm": "4.13.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."