From 871e165db88c7ea7bc09fc3de98de1ec7554a629 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2020 08:08:58 +0000 Subject: [PATCH] Update lcobucci/content-negotiation-middleware requirement Updates the requirements on [lcobucci/content-negotiation-middleware](https://github.com/lcobucci/content-negotiation-middleware) to permit the latest version. - [Release notes](https://github.com/lcobucci/content-negotiation-middleware/releases) - [Commits](https://github.com/lcobucci/content-negotiation-middleware/compare/2.2.0...3.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 76971d1..0cbc2e4 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php": "^7.4 || ^8.0", "chimera/foundation": "^0.4@dev", "fig/http-message-util": "^1.1", - "lcobucci/content-negotiation-middleware": "^2.2", + "lcobucci/content-negotiation-middleware": "^3.0", "middlewares/negotiation": "^2.0", "psr/http-factory": "^1.0", "psr/http-server-middleware": "^1.0"