Skip to content

Commit 80aeeff

Browse files
author
Spencer Rinehart
committed
Remove --dev from composer.
composer installs dev dependencies by default nowadays.
1 parent c6d7a86 commit 80aeeff

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)