From bb00ce0c17020444c10c46f397a5e6b62ff68eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:09:22 +0000 Subject: [PATCH] Update symfony/finder requirement Updates the requirements on [symfony/finder](https://github.com/symfony/finder) to permit the latest version. - [Release notes](https://github.com/symfony/finder/releases) - [Changelog](https://github.com/symfony/finder/blob/8.2/CHANGELOG.md) - [Commits](https://github.com/symfony/finder/commits/v8.1.1) --- updated-dependencies: - dependency-name: symfony/finder dependency-version: 8.1.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 6e7524f..30833a1 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ ], "require": { "php": "^8.0", - "symfony/finder": "^5.4|^6.0|^7.1" + "symfony/finder": "^5.4|^6.0|^7.1|^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.66",