From 2b46a1ee491fefcec668acede800cef5fb276618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:05:26 +0000 Subject: [PATCH] Update symfony/polyfill-php81 requirement from ^1.29 to ^1.30 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.29.0...v1.30.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 dfd566e..2ab1e6e 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.29", + "symfony/polyfill-php81": "^1.30", "ext-json": "*", "ext-libxml": "*", "ext-simplexml": "*",