From 00c7a3c082eb97cf980c704acc97b8f242b96cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:02:15 +0000 Subject: [PATCH] Update symfony/polyfill-php80 requirement from ^1.28 to ^1.29 Updates the requirements on [symfony/polyfill-php80](https://github.com/symfony/polyfill-php80) to permit the latest version. - [Commits](https://github.com/symfony/polyfill-php80/compare/v1.28.0...v1.29.0) --- 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 800c2ae..c4fd46c 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "psr/http-factory": "^1.0", "psr/http-message": "^1.0 || ^2.0", "ralouphie/getallheaders": "^3.0", - "symfony/polyfill-php80": "^1.28" + "symfony/polyfill-php80": "^1.29" }, "require-dev": { "ext-json": "*",