From 0740d80454fdbc9d9b26a9f0f76fac5a15cce934 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Thu, 7 Oct 2021 13:05:43 +0200 Subject: [PATCH] Support willdurand/negotiation version 3 (#175) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 62f7f47..1473cda 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "symfony/routing": "^3.0|^4.0|^5.0", "oodle/inflect": "^0.2", "psr/http-message": "^1.0", - "willdurand/negotiation": "^2.2.1" + "willdurand/negotiation": "^2.2.1|^3" }, "require-dev": { "friendsofphp/php-cs-fixer": "*",