From 4e14ea527c9297dc61036f2597efe095752f4099 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 27 Jul 2023 10:09:02 +0100 Subject: [PATCH] Allow `psr/http-message` v2 and `symfony` v7 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c5b9cbd52..45144de36 100644 --- a/composer.json +++ b/composer.json @@ -27,10 +27,10 @@ "hollodotme/fast-cgi-client": "^3.0.1", "nyholm/psr7": "^1.4.1", "psr/container": "^1.0|^2.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.0|^2.0", "psr/http-server-handler": "^1.0", "riverline/multipart-parser": "^2.0.6", - "symfony/process": "^4.4|^5.0|^6.0" + "symfony/process": "^4.4|^5.0|^6.0|^7.0" }, "require-dev": { "async-aws/core": "^1.0", @@ -42,7 +42,7 @@ "guzzlehttp/guzzle": "^7.5", "phpstan/phpstan": "^1.0", "phpunit/phpunit": "^9.0", - "symfony/console": "^4.4|^5.0|^6.0" + "symfony/console": "^4.4|^5.0|^6.0|^7.0" }, "scripts": { "test": [