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 c826424 commit 1ff3432Copy full SHA for 1ff3432
src/PHP/ComposerRequire.php
@@ -19,7 +19,7 @@ public function __toString()
19
{
20
return (string) new Dockerfile\Run(sprintf(<<<RUN
21
set -ex \\
22
- && composer require --prefer-dist --no-progress --prefer-stable --sort-packages --optimize-autoloader %s
+ && composer require --prefer-dist --no-progress --prefer-stable --sort-packages --optimize-autoloader --with-dependencies %s
23
RUN, implode(' ', $this->packages)));
24
}
25
0 commit comments