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 7b88e76 commit c218d23Copy full SHA for c218d23
src/Cache.php
@@ -64,7 +64,7 @@ public function removeLegacyTags(array $data): array
64
if ($this->symfonyConstraints->matches(new Constraint('==', $normalizedVersion))) {
65
$symfonyPackages += $composerJson['replace'];
66
} else {
67
- if ($this->io) {
+ if (null !== $this->io) {
68
$this->io->writeError(sprintf('<info>Restricting packages listed in "symfony/symfony" to "%s"</info>', $this->symfonyRequire));
69
$this->io = null;
70
}
0 commit comments