Skip to content

Commit 3e69eaa

Browse files
committed
revert composer changes and add installer paths back
1 parent b3c08b4 commit 3e69eaa

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

composer.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,45 @@
3232
"merge-extra": true,
3333
"merge-extra-deep": true,
3434
"merge-scripts": true
35+
},
36+
"installer-types": [
37+
"openfed-ckeditor-plugin",
38+
"openfed-ckeditor-template",
39+
"simplesamlphp-module",
40+
"theme-library"
41+
],
42+
"installer-paths": {
43+
"docroot/core": [
44+
"type:drupal-core"
45+
],
46+
"docroot/libraries/{$name}": [
47+
"type:drupal-library",
48+
"type:openfed-ckeditor-template",
49+
"type:theme-library"
50+
],
51+
"docroot/modules/contrib/{$name}": [
52+
"type:drupal-module"
53+
],
54+
"docroot/profiles/contrib/{$name}": [
55+
"type:drupal-profile"
56+
],
57+
"docroot/themes/contrib/{$name}": [
58+
"type:drupal-theme"
59+
],
60+
"drush/contrib/{$name}": [
61+
"type:drupal-drush"
62+
],
63+
"docroot/libraries/ckeditor/plugins/{$name}": [
64+
"type:openfed-ckeditor-plugin"
65+
],
66+
"docroot/libraries/simplesamlphp/modules/{$name}": [
67+
"type:simplesamlphp-module"
68+
]
69+
},
70+
"drupal-scaffold": {
71+
"locations": {
72+
"web-root": "./docroot"
73+
}
3574
}
3675
},
3776
"config": {

0 commit comments

Comments
 (0)