We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f304e2 commit ae36c33Copy full SHA for ae36c33
composer.json
@@ -3,5 +3,15 @@
3
"type": "drupal-profile",
4
"description": "Demo Commerce 2.x installation profile.",
5
"homepage": "https://github.com/drupalcommerce/demo_commerce",
6
- "license": "GPL-2.0+"
+ "license": "GPL-2.0+",
7
+ "require": {
8
+ "drupal/admin_toolbar": "~1.0",
9
+ "drupal/belgrade": "1.x-dev",
10
+ "drupal/commerce": "~2.0",
11
+ "drupal/commerce_cart_api": "^1.0",
12
+ "drupal/commerce_cart_flyout": "^1.0",
13
+ "drupal/commerce_demo": "1.x-dev",
14
+ "drupal/swiftmailer": "~1.0",
15
+ "drupal/token": "~1.0"
16
+ }
17
}
0 commit comments