Skip to content
Snippets Groups Projects
Commit e77f827d authored by M Miller's avatar M Miller
Browse files

add drupal dependencies

parent e76e8e64
No related branches found
No related tags found
1 merge request!3Theme in progress.
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
} }
], ],
"repositories": [ "repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/it-osu-web/it-osu-pl-drupal.git" "url": "https://github.com/it-osu-web/it-osu-pl-drupal.git"
...@@ -19,9 +23,13 @@ ...@@ -19,9 +23,13 @@
"prefer-stable": true, "prefer-stable": true,
"require": { "require": {
"composer/installers": "^1.8", "composer/installers": "^1.8",
"oomphinc/composer-installers-extender": "^1.1" "oomphinc/composer-installers-extender": "^1.1",
"drupal/bamboo_twig": "^4.1",
"drupal/components": "^1.1"
},
"require-dev": {
"drupal/twig_vardumper": "^1.2"
}, },
"require-dev": {},
"extra": { "extra": {
"installer-types": [ "installer-types": [
"design-system" "design-system"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment