Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_base_profile
Commits
36ac65af
Commit
36ac65af
authored
Apr 21, 2021
by
Chris Shantz
Browse files
Update composer.json adding paths.
parent
0c87a3b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
composer.json
composer.json
+43
-0
No files found.
composer.json
View file @
36ac65af
...
...
@@ -151,5 +151,48 @@
"wcms/uw_wcms_gesso"
:
"dev-8.x-3.x"
,
"wikimedia/composer-merge-plugin"
:
"^1.4"
}
"installer-types"
:
[
"wcms-module"
,
"wcms-theme"
,
"wcms-lib"
,
"simplesamlphp-module"
,
"drupal-library"
],
"installer-paths"
:
{
"web/core"
:
[
"type:drupal-core"
],
"web/libraries/{$name}"
:
[
"type:drupal-library"
,
"type:wcms-lib"
],
"web/profiles/uw_base_profile/modules/contrib/{$name}"
:
[
"type:drupal-module"
,
"type:simplesamlphp-module"
],
"web/profiles/{$name}"
:
[
"type:drupal-profile"
],
"web/themes/contrib/{$name}"
:
[
"type:drupal-theme"
],
"drush/Commands/contrib/{$name}"
:
[
"type:drupal-drush"
],
"web/profiles/uw_base_profile/modules/custom/{$name}"
:
[
"type:drupal-custom-module"
],
"web/profiles/uw_base_profile/modules/features/{$name}"
:
[
"type:wcms-module"
],
"web/profiles/uw_base_profile/themes/{$name}"
:
[
"type:wcms-theme"
],
"web/themes/custom/{$name}"
:
[
"type:drupal-custom-theme"
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment