We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d04c55 commit d1a6923Copy full SHA for d1a6923
src/Flex.php
@@ -415,9 +415,6 @@ public function update(Event $event, $operations = [])
415
if (!isset($json['flex-'.$type])) {
416
continue;
417
}
418
-
419
- $this->io->writeError(sprintf('<warning>Using section "flex-%s" in composer.json is deprecated, use "%1$s" instead.</>', $type));
420
421
foreach ($json['flex-'.$type] as $package => $constraint) {
422
if ($symfonyVersion && '*' === $constraint && isset($versions['splits'][$package])) {
423
// replace unbounded constraints for symfony/* packages by extra.symfony.require
0 commit comments