Issue #3294205 by shaal, NickDickinsonWilde, Spokje, alexpott, xjm, larowlan, longwave: Composer v2.2 prompts to authorize another plugin when stability=dev

merge-requests/2501/head
xjm 2022-07-06 17:59:20 -05:00
parent bc8f01f49d
commit c57c328bf6
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,8 @@
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"drupal/core-vendor-hardening": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
},

View File

@ -33,7 +33,8 @@
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"sort-packages": true
},