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 c607fde commit 0cd4a4bCopy full SHA for 0cd4a4b
luya.php
@@ -69,7 +69,7 @@
69
$args = ' --ignore-platform-reqs';
70
}
71
72
- return '{{composer_action}} --verbose --prefer-dist --no-progress --no-interaction --no-dev --optimize-autoloader --no-suggest' . $args;
+ return '{{composer_action}} --verbose --prefer-dist --no-progress --no-interaction --no-dev --optimize-autoloader' . $args;
73
});
74
75
/**
0 commit comments