-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathcomposer.json
33 lines (33 loc) · 1.17 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
{
"name": "weeshop/weeshop",
"type": "drupal-profile",
"description": "WeeShop 2.x installation profile",
"homepage": "https://www.drupal.org/project/weeshop",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/commerce": "^2.0",
"drupal/commerce_wishlist" : "^3.0",
"drupal/commerce_shipping" : "^2.0",
"drupal/admin_toolbar": "^3.0",
"drupal/features": "^3.0",
"drupal/facets": "^3.0",
"drupal/search_api": "^1.0",
"drupal/search_api_autocomplete": "^1.0",
"drupal/paragraphs": "^1.0",
"drupal/entity_usage": "^2.0",
"drupal/entity_browser": "^2.0",
"drupal/geysir": "^2.0",
"drupal/tb_megamenu": "^3.0",
"drupal/enhanced_product": "dev-8.x-1.x",
"drupal/enhanced_store": "1.0.x-dev",
"drupal/product_adverts": "dev-8.x-1.x",
"drupal/weeshop_demo": "2.0.x-dev",
"drupal/weeshop_molla": "1.0.x-dev",
"drupal/weeshop_molla_supports": "1.0.x-dev",
"drupal/commerce_currency_resolver": "^1.0",
"drupal/color_field": "^3.0",
"drupal/gin": "^3.0"
}
}