From 7add86c647ac0b0917b8cb59fa64fc90f423e009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:11:35 +0000 Subject: [PATCH] Update symfony/polyfill-php80 requirement from ^1.33 to ^1.37 Updates the requirements on [symfony/polyfill-php80](https://github.com/symfony/polyfill-php80) to permit the latest version. - [Release notes](https://github.com/symfony/polyfill-php80/releases) - [Commits](https://github.com/symfony/polyfill-php80/compare/v1.33.0...v1.37.0) --- updated-dependencies: - dependency-name: symfony/polyfill-php80 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 412c5f0..9608f0a 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "php": ">=7.4", "phpstan/phpstan": "^2.1", - "symfony/polyfill-php80": "^1.33" + "symfony/polyfill-php80": "^1.37" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.94",