Skip to content

Commit 12698ea

Browse files
committed
Update build
1 parent e34753e commit 12698ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (!preg_match('/^\d+\.\d+\.\d+(\-\w+(\.\d+)?)?$/', $version)) {
2121
exit(1);
2222
}
2323

24-
`composer install --no-dev --prefer-dist --optimize-autoloader --no-scripts --ignore-platform-reqs`;
24+
`composer install --no-dev --prefer-dist --optimize-autoloader`;
2525

2626
$pharName = "deployer.phar";
2727
$pharFile = __ROOT__ . '/' . $pharName;

0 commit comments

Comments
 (0)