summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-10 07:55:59 +0100
committerRemi Collet <remi@php.net>2022-03-10 07:55:59 +0100
commit4248d1befaabd3def6746bdf7159107c7cf19195 (patch)
tree409ce06fcc3ce0f8609731592e546cf04d6833bd /composer.json
parentcbd7b89ebb09e4efb42207f9a308b37faea097b0 (diff)
update to 2.13.8
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 327ec91..9839320 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.3.0",
- "phpunit/phpunit": "^7.5.20|^8.5|9.5.11",
+ "phpstan/phpstan": "1.4.6",
+ "phpunit/phpunit": "^7.5.20|^8.5|9.5.16",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
- "vimeo/psalm": "4.16.1"
+ "vimeo/psalm": "4.22.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."