-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
171 lines (171 loc) · 6.74 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "centarro/commerce_kickstart",
"type": "drupal-profile",
"description": "Commerce Kickstart installation profile.",
"homepage": "https://www.drupal.org/project/commerce_kickstart",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"bin-dir": "bin",
"sort-packages": true,
"preferred-install": {
"drupal/core": "dist"
},
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"oomphinc/composer-installers-extender": true
}
},
"repositories": [
{
"type": "vcs",
"url": "https://git.drupalcode.org/issue/bootstrap_basic_image_gallery-3429041.git"
},
{
"type": "vcs",
"url": "https://git.drupalcode.org/issue/block_visibility_conditions-3450896.git"
},
{
"type": "vcs",
"url": "https://git.drupalcode.org/project/commerce_demo.git"
},
{
"type": "package",
"package": {
"name": "furf/jquery-ui-touch-punch",
"version": "0.2.3",
"type": "drupal-library",
"dist": {
"type": "zip",
"url": "https://github.com/furf/jquery-ui-touch-punch/archive/4bc009145202d9c7483ba85f3a236a8f3470354d.zip"
}
}
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/admin_toolbar": "^3.0",
"drupal/better_exposed_filters": "^7",
"drupal/block_visibility_conditions": "dev-3450896-d11",
"drupal/bootstrap_basic_image_gallery": "dev-project-update-bot-only",
"drupal/bootstrap_layout_builder": "^2.0",
"drupal/commerce": "^3",
"drupal/config_rewrite": "^1.4",
"drupal/config_split": "^2.0@beta",
"drupal/core_views_facets": "^2.0",
"drupal/facets_pretty_paths": "^2",
"drupal/field_group": "^3.2",
"drupal/image_delta_formatter": "^1.1",
"drupal/inline_block_title_automatic": "^2",
"drupal/jquery_ui_touch_punch": "^1.0",
"drupal/layout_builder_blocks": "^1.0",
"drupal/layout_builder_lock": "^2",
"drupal/layout_builder_modal": "^2",
"drupal/layout_builder_operation_link": "^2.1",
"drupal/layout_builder_restrictions": "^3",
"drupal/section_library": "^1.0",
"drupal/search_api": "^1.23",
"drupal/symfony_mailer": "^1.2",
"drupal/token": "^1.0",
"furf/jquery-ui-touch-punch": "0.2.3",
"oomphinc/composer-installers-extender": "^2.0"
},
"require-dev": {
"centarro/certified-projects": "^1.1",
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6.5",
"dealerdirect/phpcodesniffer-composer-installer": "~0.6 || ~0.7",
"drupal/commerce_demo": "3.0.x-dev",
"drupal/core-composer-scaffold": "^10",
"drupal/core-dev": "^10",
"drupal/devel": "^4.1",
"drupal/features": "^3.12",
"drupal/masquerade": "^2.0",
"drush/drush": "^11.4",
"kporras07/composer-symlinks": "^1.1",
"mglaman/phpstan-drupal": "~0.12.0",
"phpspec/prophecy-phpunit": "^2",
"phpstan/phpstan-deprecation-rules": "~0.12.0"
},
"scripts": {
"post-install-cmd": [
"Kporras07\\ComposerSymlinks\\ScriptHandler::createSymlinks"
],
"post-update-cmd": [
"Kporras07\\ComposerSymlinks\\ScriptHandler::createSymlinks"
]
},
"extra": {
"symlinks": {
"commerce_kickstart.profile": "web/profiles/commerce_kickstart/commerce_kickstart.profile",
"commerce_kickstart.install": "web/profiles/commerce_kickstart/commerce_kickstart.install",
"commerce_kickstart.info.yml": "web/profiles/commerce_kickstart/commerce_kickstart.info.yml",
"commerce_kickstart.links.menu.yml": "web/profiles/commerce_kickstart/commerce_kickstart.links.menu.yml",
"commerce_kickstart.services.yml": "web/profiles/commerce_kickstart/commerce_kickstart.services.yml",
"src": "web/profiles/commerce_kickstart/src",
"modules": "web/profiles/commerce_kickstart/modules",
"themes": "web/profiles/commerce_kickstart/themes",
"config/install": "web/profiles/commerce_kickstart/config/install",
"config/optional": "web/profiles/commerce_kickstart/config/optional",
"content": "web/profiles/commerce_kickstart/content"
},
"drupal-scaffold": {
"locations": {
"web-root": "./web"
},
"overwrite": true,
"file-mapping": {
"[web-root]/sites/default/settings.php": "assets/settings.php",
"[web-root]/sites/default/settings.lando.php": "assets/settings.lando.php",
"[web-root]/libraries/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js": "libraries/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js",
"[web-root]/libraries/select2/dist/js/select2.min.js": "libraries/select2/dist/js/select2.min.js",
"[web-root]/libraries/select2/dist/css/select2.min.css": "libraries/select2/dist/css/select2.min.css"
}
},
"installer-name": "commerce_kickstart",
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/profiles/{$name}": [
"type:drupal-profile"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"libraries/{$name}": [
"furf/jquery-ui-touch-punch",
"select2/select2"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches": {
"drupal/bootstrap_basic_image_gallery": {
"#3363948 - Fix D10 compatibility issues": "https://www.drupal.org/files/issues/2023-06-01/3363948-3.patch"
}
}
}
}