From f9d0904b23c4705bb288e55d5073f24dfd7e4c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:01:53 +0000 Subject: [PATCH] Update symfony/polyfill-php81 requirement from ^1.29 to ^1.37 Updates the requirements on [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81) to permit the latest version. - [Release notes](https://github.com/symfony/polyfill-php81/releases) - [Commits](https://github.com/symfony/polyfill-php81/compare/v1.29.0...v1.37.0) --- updated-dependencies: - dependency-name: symfony/polyfill-php81 dependency-version: 1.37.0 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 82ad46a..bf2448e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "psr/http-message": "^1.1 || ^2.0", "slim/slim": "^4.12", - "symfony/polyfill-php81": "^1.29", + "symfony/polyfill-php81": "^1.37", "twig/twig": "^3.11" }, "require-dev": {