From 3406a9cd05178cbf4305c52c9d535eaec1d1c204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:11:25 +0000 Subject: [PATCH] Update symfony/polyfill-php81 requirement from ^1.30 to ^1.31 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.30.0...v1.31.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 f5a9296..c7c0f3c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": ">=7.4", "seld/jsonlint": "^1.11", "swaggest/json-schema": "^0.12.42", - "symfony/polyfill-php81": "^1.30", + "symfony/polyfill-php81": "^1.31", "ext-json": "*", "ext-libxml": "*", "ext-simplexml": "*",