forked from Drupalcz/drupalcz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
115 lines (114 loc) · 3.6 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "drupalcz/site",
"description": "Drupal.cz Community website. (Drupal8 site built with BLT.)",
"type": "project",
"license": "GPL-2.0+",
"authors": [
{
"name": "Czech Drupal Association z. s.",
"role": "NGO overseeing the project"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"acquia/blt": "^8.3",
"dcz/flexslider": "^2.6",
"drupal/admin_toolbar": "^1.21",
"drupal/console": "^1.3",
"drupal/entity_class_formatter": "1.x-dev",
"drupal/entity_embed": "^1.0@beta",
"drupal/eu_cookie_compliance": "^1.0@beta",
"drupal/flexslider": "^2.0@beta",
"drupal/geolocation": "^1.11",
"drupal/geshifilter": "^1.2",
"drupal/google_analytics": "^2.2",
"drupal/honeypot": "^1.27",
"drupal/juicebox": "^2.0@beta",
"drupal/libraries": "3.x-dev",
"drupal/migrate_plus": "^2.0",
"drupal/migrate_tools": "^2.0",
"drupal/paragraphs": "^1.2",
"drupal/redirect": "^1.0",
"drupal/shield": "^1.2",
"drupal/slack_invite": "^1.1",
"drupal/viewsreference": "^2.0",
"drupal/youtube": "^1.0@beta",
"drush/drush": "8.1.15"
},
"require-dev": {},
"config": {
"sort-packages": true
},
"repositories": [
{
"type": "package",
"package": {
"name": "dcz/flexslider",
"version": "2.6.3.0",
"version_normalized": "2.6.3.0",
"dist": {
"type": "zip",
"url": "https://github.com/woocommerce/FlexSlider/archive/2.6.3.zip"
},
"type": "drupal-library",
"installation-source": "dist",
"description": "This is the woocommerce/flexslider package retyped to drupal-library."
}
}
],
"extra": {
"enable-patching": true,
"patches": {
"drupal/core": {
"sa-2018-002": "https://github.com/drupal/core/commit/687f6a382dc9623b5dcee20c7bda50761522a422.patch"
}
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
],
"docroot/themes/custom/{$name}": [
"type:drupal-custom-theme"
],
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"merge-plugin": {
"require": [
"vendor/acquia/blt/composer.required.json",
"vendor/acquia/blt/composer.suggested.json"
],
"merge-extra": true,
"merge-extra-deep": true,
"merge-scripts": true,
"replace": false,
"ignore-duplicates": true
}
}
}