diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..a513814d7220611b42c2639ff6ff2e31c5693ed9 --- /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": { } +}