We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d046a commit c36d11dCopy full SHA for c36d11d
src/Flex.php
@@ -415,6 +415,9 @@ 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