Skip to content

Commit 4e39e55

Browse files
authored
Merge pull request #7 from php-etl/fix/use-github-api
set "use-github-api" to "false"
2 parents 3ba51c0 + 5040e2f commit 4e39e55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PHP/ComposerInit.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ public function __toString(): string
1717
return (string) new Dockerfile\Run(sprintf(
1818
<<<'RUN'
1919
set -ex \
20-
&& composer init --no-interaction --name=%s && pwd
20+
&& composer init --no-interaction --name=%s \
21+
&& composer config use-github-api false
2122
RUN,
2223
$this->name
2324
));

0 commit comments

Comments
 (0)