From 915d925b2493b4708d9644c14e3bc74dccf9a6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 06:32:58 +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 2a6ae8f..ca7cea6 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psr/http-message": "^1.1", "slim/slim": "^4.12", "twig/twig": "^3.8", - "symfony/polyfill-php81": "^1.28" + "symfony/polyfill-php81": "^1.29" }, "require-dev": { "phpunit/phpunit": "^9.6",