Skip to content

Commit

Permalink
Fixes acquia#4477 for 13.x to fix composer 2.2.8 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadison13 committed Mar 15, 2022
1 parent 34142ce commit 719ba44
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 1 deletion.
4 changes: 4 additions & 0 deletions composer.json
Expand Up @@ -21,6 +21,7 @@
"composer-plugin-api": "^2.0",
"composer-runtime-api": "^2.0",
"acquia/drupal-environment-detector": "^1.3.0",
"composer/installers": "*",
"consolidation/comments": "^1.0",
"consolidation/config": "^1.0.0",
"consolidation/robo": "^1.4.12 || ^2 || ^3",
Expand Down Expand Up @@ -50,6 +51,9 @@
"typhonius/acquia_cli": "^2.0"
},
"config": {
"allow-plugins": {
"composer/installers": true
},
"php": "7",
"preferred-install": {
"drupal/core": "dist"
Expand Down
145 changes: 144 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 719ba44

Please sign in to comment.