Skip to content

Commit 5929bb6

Browse files
author
Spencer Rinehart
committed
Remove --dev from composer install.
--dev is the default.
1 parent 12ef1eb commit 5929bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
chdir(__DIR__);
44

55
$returnStatus = null;
6-
passthru('composer install --dev', $returnStatus);
6+
passthru('composer install', $returnStatus);
77
if ($returnStatus !== 0) {
88
exit(1);
99
}

0 commit comments

Comments
 (0)