From 6f58ace656f0941874d9e19b70730120be7c5b69 Mon Sep 17 00:00:00 2001 From: dannylamb Date: Thu, 17 Oct 2019 10:22:39 -0300 Subject: [PATCH] Dummy composer.json to see if it'll appease packagist --- .gitignore | 3 ++- composer.json | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 composer.json diff --git a/.gitignore b/.gitignore index 6ef50997..8f5591b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ cache.properties .DS_Store -tests/test_config.ini \ No newline at end of file +tests/test_config.ini +vendor diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..983e1438 --- /dev/null +++ b/composer.json @@ -0,0 +1,7 @@ +{ + "name": "islandora/islandora", + "description": "Core Islandora module", + "type": "drupal-module", + "license": "GPL-2.0+", + "require": {} +}