From bedf9491dd4330be518136cc9dfb3129e04bfa7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 23:35:39 +0000 Subject: [PATCH] Update symfony/polyfill-php80 requirement from ^1.27 to ^1.28 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.27.0...v1.28.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 dcfcca2..bc43800 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.27" + "symfony/polyfill-php80": "^1.28" }, "require-dev": { "ext-json": "*",