From 702f5b3328c60ad0f2c5df224b52144fdbfd397a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:29:18 +0000 Subject: [PATCH] Update symfony/polyfill-php80 requirement from ^1.32 to ^1.33 Updates the requirements on [symfony/polyfill-php80](https://github.com/symfony/polyfill-php80) to permit the latest version. - [Commits](https://github.com/symfony/polyfill-php80/compare/v1.32.0...v1.33.0) --- updated-dependencies: - dependency-name: symfony/polyfill-php80 dependency-version: 1.33.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 6af78a1..a11b35e 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "php": ">=7.4", "phpstan/phpstan": "^2.1", - "symfony/polyfill-php80": "^1.32" + "symfony/polyfill-php80": "^1.33" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.85",