diff --git a/src/Implementations/Psr6/Caches.php b/src/Implementations/Psr6/Caches.php index 9f913a6..c779c10 100644 --- a/src/Implementations/Psr6/Caches.php +++ b/src/Implementations/Psr6/Caches.php @@ -41,13 +41,13 @@ public static function allCandidates(): CandidatesCollection self::$extendedCandidates->add(CandidateEntity::create( package: 'symfony/cache', - version: '^3.1 | ^4.0 | ^5.0 | ^6.0', + version: '^3.1 | ^4.0 | ^5.0 | ^6.0 | ^7.0', builder: static fn () => null, )); self::$extendedCandidates->add(CandidateEntity::create( package: 'symfony/symfony', - version: '^3.1.4 | ^4.0 | ^5.0 | ^6.0', + version: '^3.1.4 | ^4.0 | ^5.0 | ^6.0 | ^7.0', builder: static fn () => null, ));