Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit e09db01

Browse files
committed
Make sure prefer-stable is set correctly
1 parent 65b2380 commit e09db01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DrupalInitCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
8585
'drupal-composer-helper' => [
8686
'web-prefix' => 'web',
8787
],
88-
'minimum-stability' => 'dev',
89-
'prefer-stable' => true,
9088
];
89+
$options['prefer-stable'] = true;
9190
$options['conflict'] = [
9291
'drupal/drupal' => '*',
9392
];

0 commit comments

Comments
 (0)