We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1e3ef commit f47e53bCopy full SHA for f47e53b
src/Implementations/Psr6/Caches.php
@@ -41,13 +41,13 @@ public static function allCandidates(): CandidatesCollection
41
42
self::$extendedCandidates->add(CandidateEntity::create(
43
package: 'symfony/cache',
44
- version: '^3.1 | ^4.0 | ^5.0 | ^6.0',
+ version: '^3.1 | ^4.0 | ^5.0 | ^6.0 | ^7.0',
45
builder: static fn () => null,
46
));
47
48
49
package: 'symfony/symfony',
50
- version: '^3.1.4 | ^4.0 | ^5.0 | ^6.0',
+ version: '^3.1.4 | ^4.0 | ^5.0 | ^6.0 | ^7.0',
51
52
53
0 commit comments