From 0024e631baee9a74d55bf4419d30ca8fa990bb00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:15:25 +0000 Subject: [PATCH] Update symfony/polyfill-php81 requirement from ^1.28 to ^1.29 Updates the requirements on [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81) to permit the latest version. - [Commits](https://github.com/symfony/polyfill-php81/compare/v1.28.0...v1.29.0) --- updated-dependencies: - dependency-name: symfony/polyfill-php81 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 a5be5a2..6548138 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": ">=7.4", "seld/jsonlint": "^1.10", "swaggest/json-schema": "^0.12.42", - "symfony/polyfill-php81": "^1.28", + "symfony/polyfill-php81": "^1.29", "ext-json": "*", "ext-libxml": "*", "ext-simplexml": "*",