-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
63 lines (63 loc) · 2.35 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
{
"name": "drupal/varbase_commerce",
"description": "Provides a starting point for Varbase merchandise section and the products catalog.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_commerce",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/varbase_commerce",
"source": "http://cgit.drupalcode.org/varbase_commerce"
},
"require": {
"composer/installers": "~2",
"oomphinc/composer-installers-extender": "~2",
"cweagans/composer-patches": "~1 || ~2",
"drupal/core": "~10.4.0 || ~11.1.0",
"vardot/entity-definition-update-manager": "~1",
"vardot/module-installer-factory": "~1",
"drupal/commerce": "~2",
"drupal/commerce_shipping": "~2",
"drupal/commerce_simple_stock": "~1",
"drupal/commerce_reports": "~1",
"drupal/commerce_cart_flyout": "~1",
"drupal/commerce_wishlist":"~3",
"drupal/search_api": "~1",
"drupal/search_api_autocomplete": "~1",
"drupal/facets": "~2",
"drupal/facets_block": "~2",
"drupal/better_exposed_filters": "~6",
"drupal/fivestar": "~1",
"drupal/color_field": "~2 || ~3",
"drupal/term_reference_tree": "~2",
"drupal/views_data_export": "~1",
"drupal/colorbox": "~2",
"drupal/entityqueue": "~1",
"drupal/flag": "~4"
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches": {
"drupal/commerce_shipping": {
"Issue #3170419: Move all Shipping Conditions to the Shipping Category":
"https://www.drupal.org/files/issues/2020-09-24/commerce_shipping-Shipping_Conditions_Category-3170419-2.patch"
},
"drupal/commerce_cart_flyout": {
"Issue #3075270: Consider Separating count_text into two values":
"https://www.drupal.org/files/issues/2020-04-30/consider-separate-count_text-into-two-values-3075270-2.patch",
"Issue #3056466: Always open cart flyout":
"https://www.drupal.org/files/issues/2020-07-07/always_open_cart_flyout-3056466-4.patch",
"Issue #3144651: Add quantity to form":
"https://www.drupal.org/files/issues/2024-06-23/commerce_cart_flyout--2024-06-23--3144651-9.patch"
}
}
}
}