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 3ba51c0 commit 679527bCopy full SHA for 679527b
src/PHP/ComposerInstall.php
@@ -13,7 +13,7 @@ public function __toString(): string
13
return (string) new Dockerfile\Run(
14
<<<'RUN'
15
set -ex \
16
- && composer install --prefer-dist --no-progress --prefer-stable --sort-packages --optimize-autoloader --no-dev
+ && composer install --prefer-dist --no-progress --optimize-autoloader --no-dev
17
RUN
18
);
19
}
0 commit comments