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.
2 parents 3ba51c0 + 5040e2f commit 4e39e55Copy full SHA for 4e39e55
src/PHP/ComposerInit.php
@@ -17,7 +17,8 @@ public function __toString(): string
17
return (string) new Dockerfile\Run(sprintf(
18
<<<'RUN'
19
set -ex \
20
- && composer init --no-interaction --name=%s && pwd
+ && composer init --no-interaction --name=%s \
21
+ && composer config use-github-api false
22
RUN,
23
$this->name
24
));
0 commit comments