From 30dc9a4d58a22b55c719cc3ed1a473823744eac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 16:42:36 +0000 Subject: [PATCH] Update symfony/polyfill-php80 requirement from ^1.24 to ^1.25 Updates the requirements on symfony/polyfill-php80 to permit the latest version. --- updated-dependencies: - dependency-name: symfony/polyfill-php80 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 98397c1..b698656 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "ralouphie/getallheaders": "^3.0", - "symfony/polyfill-php80": "^1.24" + "symfony/polyfill-php80": "^1.25" }, "require-dev": { "ext-json": "*",