From 90c28c248e40ff0e6753c7a417be800de8926ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:51:00 +0000 Subject: [PATCH] Update symfony/polyfill-php80 requirement from ^1.29 to ^1.30 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.29.0...v1.30.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 02976cf..f4144b9 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "psr/http-factory": "^1.1", "psr/http-message": "^1.0 || ^2.0", "ralouphie/getallheaders": "^3.0", - "symfony/polyfill-php80": "^1.29" + "symfony/polyfill-php80": "^1.30" }, "require-dev": { "ext-json": "*",