From bdb96b3bf9c09e3145f8f97d9ba618c5a07ba4c4 Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Sat, 16 May 2020 15:16:01 +0000 Subject: [PATCH] Add new file --- composer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a513814 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "vc/credentials", + "type": "drupal-module", + "description": "Volunteer Center: Credentials", + "keywords": ["Volunteer Center"], + "license": "GPL-2.0+", + "homepage": "https://gitlab.ceriumsoft.com/cerium/vc/credentials", + "minimum-stability": "dev", + "support": { + "source": "https://gitlab.ceriumsoft.com/cerium/vc/credentials.git" + }, + "require": { } +} -- 2.24.1