We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e31c037 + 76b99be commit 4b4a2e2Copy full SHA for 4b4a2e2
1 file changed
src/Command/CreateCommand.php
@@ -31,7 +31,7 @@ public function run(ArgumentValueList $arguments = null):void {
31
"Using blueprint: $blueprint"
32
);
33
34
- $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);
35
$process->exec();
36
37
$this->write("Installing");
0 commit comments