From 390d7adc375e9f0f9f5135946f761c9703265128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:55:12 +0000 Subject: [PATCH] Update symfony/polyfill-php81 requirement from ^1.29 to ^1.38 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.38.1) --- updated-dependencies: - dependency-name: symfony/polyfill-php81 dependency-version: 1.38.1 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..fcb9f35 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.38", "twig/twig": "^3.11" }, "require-dev": {