Skip to content

Commit

Permalink
Fixed composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Dec 18, 2023
1 parent ac85ec6 commit 0e25080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHP/ComposerRequire.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __toString(): string
{
return (string) new Dockerfile\Run(sprintf(<<<'RUN'
set -ex \
&& composer require --prefer-dist --no-progress --prefer-stable --sort-packages --optimize-autoloader --with-all-dependencies %s
&& composer require --prefer-dist --no-progress --prefer-stable --sort-packages --optimize-autoloader --with-dependencies %s
RUN, implode(' ', $this->packages)));
}
}

0 comments on commit 0e25080

Please sign in to comment.