summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-01-17 09:09:25 +0100
committerRemi Collet <remi@php.net>2023-01-17 09:09:25 +0100
commitd39022fb359960131d23b20e382037e5db2c0280 (patch)
treea23a37491d970961d4c4fdfa6870f0bfbc5717c5 /composer.json
parent9472f9a8fa34cd2567f858ee73ec7cee7a1ce8ab (diff)
update to 2.14.1HEADmaster
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 a1538a6..34cecb1 100644
--- a/composer.json
+++ b/composer.json
@@ -42,14 +42,14 @@
"doctrine/annotations": "^1.13 || ^2",
"doctrine/coding-standard": "^9.0.2 || ^11.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
- "phpstan/phpstan": "~1.4.10 || 1.9.4",
+ "phpstan/phpstan": "~1.4.10 || 1.9.8",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
- "vimeo/psalm": "4.30.0 || 5.3.0"
+ "vimeo/psalm": "4.30.0 || 5.4.0"
},
"conflict": {
"doctrine/annotations": "<1.13 || >= 3.0"