diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2ef1843 --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "drupal/commerce_stock", + "type": "drupal-module", + "description": "Drupal Commerce Stock.", + "homepage": "https://www.drupal.org/project/commerce_stock", + "license": "GPL-2.0+", + "require": { + "drupal/commerce": "~8.2" + } +}