forked from weeshop/WeeShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.04 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
{
"name": "weeshop/weeshop",
"type": "drupal-profile",
"description": "WeeShop 1.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/admin_toolbar": "~1.0",
"drupal/swiftmailer": "~1.0",
"drupal/adminimal_admin_toolbar": "~1.0",
"drupal/adminimal_theme": "~1.0",
"drupal/account": "1.x-dev",
"drupal/alipay": "3.x-dev",
"drupal/commerce_checkout_api": "1.x-dev",
"drupal/commerce_refund": "1.x-dev",
"drupal/enhanced_product": "1.x-dev",
"drupal/enhanced_user": "1.x-dev",
"drupal/phone_verify": "1.x-dev",
"drupal/simple_oauth_code": "1.x-dev",
"drupal/simple_stock": "1.x-dev",
"drupal/user_phone": "1.x-dev",
"drupal/wechat_connect": "1.x-dev",
"drupal/wechat_pay": "1.x-dev",
"drupal/weeshop_alpha": "^1.0",
"drupal/facets": "^1.4",
"drupal/search_api": "~1.0",
"drupal/search_api_autocomplete": "^1.2"
}
}