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.
1 parent e34753e commit 12698eaCopy full SHA for 12698ea
bin/build
@@ -21,7 +21,7 @@ if (!preg_match('/^\d+\.\d+\.\d+(\-\w+(\.\d+)?)?$/', $version)) {
21
exit(1);
22
}
23
24
-`composer install --no-dev --prefer-dist --optimize-autoloader --no-scripts --ignore-platform-reqs`;
+`composer install --no-dev --prefer-dist --optimize-autoloader`;
25
26
$pharName = "deployer.phar";
27
$pharFile = __ROOT__ . '/' . $pharName;
0 commit comments