Skip to content

Commit 9377c39

Browse files
Add minimum-stability => dev to test composer.json.
1 parent 9630539 commit 9377c39

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/PluginTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ protected function composerJSONDefaults() {
134134
'scripts' => array(
135135
'drupal-scaffold' => 'DrupalComposer\\DrupalScaffold\\Plugin::scaffold'
136136
),
137+
'minimum-stability' => 'dev',
137138
);
138139
}
139140

0 commit comments

Comments
 (0)