Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Issue #3181830: use drupal/core-recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
dieuwedeboer committed Nov 26, 2020
1 parent 8d3f450 commit a512a03
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"require": {
"composer/installers": "^1.2",
"cweagans/composer-patches": "~1.0",
"drupal/core": "^8.0",
"drupal/core-composer-scaffold": "^8.8",
"drupal/core-recommended": "^8.9",
"drupal/core-composer-scaffold": "^8.9",
"drush/drush": "^9.0",
"oomphinc/composer-installers-extender": "^2.0",
"sparksinteractive/sector-distribution": "5.0.x-dev"
Expand All @@ -31,24 +31,12 @@
},
"enable-patching": true,
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/contrib/{$name}": ["type:drupal-drush"]
}
},
"autoload": {
Expand Down

0 comments on commit a512a03

Please sign in to comment.