-
Notifications
You must be signed in to change notification settings - Fork 42
/
composer.json
37 lines (37 loc) · 1003 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "emulsify-ds/emulsify-drupal",
"description": "The official Drupal 10 base theme for Emulsify that generates custom themes with Storybook development + Webpack Build",
"type": "drupal-theme",
"homepage": "http://emulsify.info",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Randy Oest",
"email": "[email protected]"
},
{
"name": "Callin Mullaney",
"email": "[email protected]"
}
],
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/core": "^10 || ^11",
"drupal/components": "^3.0@beta",
"drupal/emulsify_tools": "^1.0"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^10 || ^11"
}
}
}
}