From bc94fdb4f888a9b8ac8ed611f3f5d5e7ce287b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:45:28 +0000 Subject: [PATCH] Update symfony/polyfill-php81 requirement from ^1.29 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.29.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 a917e10..f559376 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": "^7.4 || ^8.0", "psr/http-message": "^1.1 || ^2.0", "slim/slim": "^4.12", - "symfony/polyfill-php81": "^1.29", + "symfony/polyfill-php81": "^1.31", "twig/twig": "^3.11" }, "require-dev": {