Skip to content

Commit 489ee43

Browse files
alexfornutobojanz
authored andcommitted
Adds dependencies required, but not listed. (#7)
1 parent 7fa4b01 commit 489ee43

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"type": "drupal-profile",
44
"description": "Commerce 2.x installation profile",
55
"homepage": "https://github.com/drupalcommerce/commerce_base",
6-
"license": "GPL-2.0+"
6+
"license": "GPL-2.0+",
7+
"require": {
8+
"drupal/commerce": "~2.0",
9+
"drupal/admin_toolbar": "~1.0",
10+
"drupal/swiftmailer": "~1.0"
11+
}
712
}

0 commit comments

Comments
 (0)