From 78596ba7dcb38d81bbe1998a18c9952572447c49 Mon Sep 17 00:00:00 2001 From: Bojan Zivanovic <bojanz@gmail.com> Date: Sun, 29 Nov 2015 17:19:55 +0100 Subject: [PATCH] Add a composer.json file. --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f340fe9 --- /dev/null +++ b/composer.json @@ -0,0 +1,7 @@ +{ + "name": "drupal/entity", + "type": "drupal-module", + "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.", + "homepage": "http://drupal.org/project/entity", + "license": "GPL-2.0+" +} -- GitLab