Skip to content

Commit 567f7e2

Browse files
author
Matthias Leutenegger
committed
change: allow dev stability for init
1 parent 8d1bd35 commit 567f7e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

commands/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function init(args) {
2727
args.container,
2828
'composer',
2929
'create-project',
30+
'--stability=dev',
3031
'--no-interaction',
3132
];
3233
if (args['ignore-platform-reqs']) {

0 commit comments

Comments
 (0)