From 88042b20dbbfbb99432009a3451666af18214190 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Tue, 25 Nov 2025 17:22:05 +0100 Subject: [PATCH] feat: allow symfony/finder 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eaa9c37..8974310 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ ], "require": { "php": "^8.1.0", - "phpunit/phpunit": "^10.5.5 || ^11.0.0 || ^12.0.0", + "phpunit/phpunit": "^10.5.5 || ^11.0.0 || ^12.0.0", "nikic/php-parser": "^4.18.0 || ^5.0.0", - "symfony/finder": "^6.4.0 || ^7.0.0", + "symfony/finder": "^6.4.0 || ^7.0.0 || ^8.0.0", "phpdocumentor/reflection-docblock": "^5.3.0" }, "require-dev": {