Skip to content

Commit 4b4a2e2

Browse files
author
Greg Bowler
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/Command/AbstractWebEngineCommand.php
2 parents e31c037 + 76b99be commit 4b4a2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/CreateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function run(ArgumentValueList $arguments = null):void {
3131
"Using blueprint: $blueprint"
3232
);
3333

34-
$process = new Process("composer create-project --remove-vcs webengine-blueprints/$blueprint:dev-master $appDir");
34+
$process = new Process("composer", "create-project", "--remove-vcs", "webengine-blueprints/$blueprint:dev-master", $appDir);
3535
$process->exec();
3636

3737
$this->write("Installing");

0 commit comments

Comments
 (0)