summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 3721011..c141b38 100644
--- a/composer.json
+++ b/composer.json
@@ -36,7 +36,7 @@
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/http-factory": "^1.0",
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.1"
},
"require-dev": {
"ext-curl": "*",
@@ -44,11 +44,11 @@
"ext-gd": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.9.0",
- "laminas/laminas-coding-standard": "^2.4.0",
+ "laminas/laminas-coding-standard": "^2.5",
"php-http/psr7-integration-tests": "^1.2",
- "phpunit/phpunit": "^9.5.27",
+ "phpunit/phpunit": "^9.5.28",
"psalm/plugin-phpunit": "^0.18.4",
- "vimeo/psalm": "^5.4"
+ "vimeo/psalm": "^5.6"
},
"provide": {
"psr/http-factory-implementation": "1.0",