Added composer.json

This commit is contained in:
autonomic 2021-01-20 13:44:33 +01:00
parent 2b9cd117ba
commit 91cc94d3d7
1 changed files with 9 additions and 12 deletions

View File

@ -1,14 +1,11 @@
{
"name": "drupal/opencase",
"type": "drupal-module",
"description": "Simple Case Management",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/opencase",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/opencase",
"source": "http://cgit.drupalcode.org/opencase"
},
"require": { }
"name": "autonomic/opencase",
"type": "drupal-module",
"authors": [
{
"name": "autonomic",
"email": "helo@autonomic.zone"
}
],
"require": {}
}