Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Command/AbstractWebEngineCommand.php
  • Loading branch information
g105b committed Jan 30, 2020
2 parents e31c037 + 76b99be commit 4b4a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/CreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function run(ArgumentValueList $arguments = null):void {
"Using blueprint: $blueprint"
);

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

$this->write("Installing");
Expand Down

0 comments on commit 4b4a2e2

Please sign in to comment.