Skip to content

Commit f47e53b

Browse files
authored
Allow Symfony 7.0 component (#4)
1 parent eb1e3ef commit f47e53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Implementations/Psr6/Caches.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ public static function allCandidates(): CandidatesCollection
4141

4242
self::$extendedCandidates->add(CandidateEntity::create(
4343
package: 'symfony/cache',
44-
version: '^3.1 | ^4.0 | ^5.0 | ^6.0',
44+
version: '^3.1 | ^4.0 | ^5.0 | ^6.0 | ^7.0',
4545
builder: static fn () => null,
4646
));
4747

4848
self::$extendedCandidates->add(CandidateEntity::create(
4949
package: 'symfony/symfony',
50-
version: '^3.1.4 | ^4.0 | ^5.0 | ^6.0',
50+
version: '^3.1.4 | ^4.0 | ^5.0 | ^6.0 | ^7.0',
5151
builder: static fn () => null,
5252
));
5353

0 commit comments

Comments
 (0)