We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7335e51 commit af82852Copy full SHA for af82852
composer.env.sample
@@ -1,3 +1,2 @@
1
-COMPOSER_GITHUB_TOKEN=
2
COMPOSER_MAGENTO_USERNAME=
3
COMPOSER_MAGENTO_PASSWORD=
docker/php-fpm/bin/composer
@@ -6,9 +6,6 @@
6
if [ ! -f "$MAGENTO_COMPOSER_HOME/auth.json" ]; then
7
cat <<EOF > ${MAGENTO_COMPOSER_HOME}/auth.json
8
{
9
- "github-oauth": {
10
- "github.com": "${COMPOSER_GITHUB_TOKEN}"
11
- },
12
"http-basic": {
13
"repo.magento.com": {
14
"username": "${COMPOSER_MAGENTO_USERNAME}",
0 commit comments