Skip to content

Commit d1a6923

Browse files
Revert "Deprecate "flex-require" sections"
This reverts commit c36d11d.
1 parent 1d04c55 commit d1a6923

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Flex.php

-3
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,6 @@ public function update(Event $event, $operations = [])
415415
if (!isset($json['flex-'.$type])) {
416416
continue;
417417
}
418-
419-
$this->io->writeError(sprintf('<warning>Using section "flex-%s" in composer.json is deprecated, use "%1$s" instead.</>', $type));
420-
421418
foreach ($json['flex-'.$type] as $package => $constraint) {
422419
if ($symfonyVersion && '*' === $constraint && isset($versions['splits'][$package])) {
423420
// replace unbounded constraints for symfony/* packages by extra.symfony.require

0 commit comments

Comments
 (0)