From 4a0685d42f965436f08b27ccb45b0f930a9d44be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Durey=20Ingenier=C3=ADa?= Date: Thu, 23 Aug 2018 16:22:27 +0100 Subject: [PATCH] Add Composer config file --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..af43401 --- /dev/null +++ b/composer.json @@ -0,0 +1,5 @@ +{ + "name": "discoverygarden/islandora_solution_pack_manuscript", + "description": "Manuscript Solution Pack", + "type": "drupal-module" +}