forked from srijanone/ezcontent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
103 lines (103 loc) · 2.88 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
{
"name": "srijanaravali/ezcontent",
"description": "A Feature rich stater profile from Srijan.",
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"bower-asset/colorbox": "^1.6",
"bower-asset/dropzone": "^5.1",
"bower-asset/slick-carousel": "^1.8",
"cweagans/composer-patches": "~1",
"drupal-composer/drupal-scaffold": "^2",
"drupal/admin_toolbar": "^1.27",
"drupal/adminimal_theme": "^1.5",
"drupal/allowed_formats": "^1.1",
"drupal/claro": "^1.0@alpha",
"drupal/colorbox": "^1.4",
"drupal/dropzonejs": "2.0.0-alpha4",
"drupal/entity_browser": "~2.1",
"drupal/entity_embed": "^1.0",
"drupal/entity_usage": "^2.0@beta",
"drupal/field_group": "^1.0",
"drupal/google_analytics": "^3.0",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/linkit": "~5.0",
"drupal/media_entity_browser": "2.x",
"drupal/media_entity_instagram": "2.0.0-alpha2",
"drupal/media_entity_slideshow": "2.x",
"drupal/media_entity_twitter": "2.0.0-alpha3",
"drupal/metatag": "^1.10",
"drupal/paragraphs": "^1.9",
"drupal/paragraphs_jquery_ui_accordion": "^1.3",
"drupal/paragraphs_previewer": "^1.4",
"drupal/pathauto": "^1.4",
"drupal/redirect": "^1.4",
"drupal/scheduler": "^1.1",
"drupal/simple_gmap": "^1.4",
"drupal/simple_sitemap": "^3.3",
"drupal/slick": "~1.0",
"drupal/slick_media": "2.x",
"drupal/slick_paragraphs": "1.x",
"drupal/svg_image": "^1.9",
"drupal/video_embed_field": "^2.2",
"drupal/viewsreference": "^1.4",
"drupal/webform": "^5.4"
},
"require-dev": {
"drush/drush": "~9",
"drupal/coder": "~8"
},
"config": {
"sort-packages": true,
"preferred-install": {
"drupal/core": "dist"
}
},
"scripts": {
"post-install-cmd": [
"@composer drupal-scaffold",
"./import.sh"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
},
"extra": {
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/inline_entity_form": {
"Remove revision log": "https://www.drupal.org/files/issues/2019-07-16/inline_entity_form-remove_log_message-2927884-6.patch"
}
},
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/libraries/{$name}": [
"type:drupal-library"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
]
},
"enable-patching": true
}
}