From 3ae5d92b57a30c1668da2aa42b9fd7172be0f4c8 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Wed, 8 Dec 2021 18:06:20 +0200 Subject: [PATCH] Allow Symfony 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fe6133c..70b2ab2 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "php-http/client-implementation": "^1", "php-http/message": "^1.5", "php-http/discovery": "^1.14", - "symfony/http-foundation": "^2.1|^3|^4|^5", + "symfony/http-foundation": "^2.1|^3|^4|^5|^6", "moneyphp/money": "^3.1|^4.0.3" }, "require-dev": {