-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
27 lines (27 loc) · 1.06 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
{
"name": "drupal/commerce_xattributes",
"type": "drupal-module",
"description": "Extends attributes administering options.",
"authors": [
{
"name": "Vladimir Proshin (drugan)",
"homepage": "https://www.drupal.org/u/drugan",
"role": "Maintainer"
}
],
"keywords": ["Drupal", "Drupal Commerce"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/commerce_xattributes",
"minimum-stability": "dev",
"support": {
"issues": "https://github.com/drugan/commerce_xattributes/issues",
"source": "https://github.com/drugan/commerce_xattributes"
},
"require": {
"drupal/readmehelp": "^1.0"
},
"suggest": {
"drupal/commerce_bulk": "Provides a service for bulk creation of Drupal Commerce entities. Reqiured by the Commerce Combined Attributes submodule.",
"drupal/commerce_xquantity": "Allows to set quantity field's default_value, step, min, max, prefix and suffix on a form display widget. Also, helps to avoid incorrectly chosen attribute errors on a page with multiple \"Add to cart\" forms."
}
}