Skip to content

Commit

Permalink
Usagov 2124 composer installers deprecated (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
akf authored Dec 27, 2024
2 parents 83cc00f + 57e43e0 commit ab60e8e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 33 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"composer/installers": "^1.9",
"composer/installers": "^2.3",
"cweagans/composer-patches": "^1.7",
"drupal/address": "^1.9",
"drupal/admin_toolbar": "^3.4",
Expand Down Expand Up @@ -85,7 +85,7 @@
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"process-timeout":0,
"process-timeout": 0,
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
Expand All @@ -95,8 +95,7 @@
"wikimedia/composer-merge-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"mglaman/composer-drupal-lenient": true,
"oomphinc/composer-installers-extender": true
"mglaman/composer-drupal-lenient": true
}
},
"extra": {
Expand All @@ -105,6 +104,9 @@
"web-root": "web/"
}
},
"installer-types": [
"drupal-module", "drupal-theme"
],
"installer-paths": {
"web/core": [
"type:drupal-core"
Expand Down Expand Up @@ -133,7 +135,6 @@
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]

},
"patchLevel": {
"drupal/core": "-p2"
Expand Down
51 changes: 23 additions & 28 deletions composer.lock

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

0 comments on commit ab60e8e

Please sign in to comment.