diff options
author | Nitesh Kumar Sinha | 2019-07-02 13:32:26 +0530 |
---|---|---|
committer | GitHub | 2019-07-02 13:32:26 +0530 |
commit | 222f1780ed0f5c3536392df3236284d3a9ab5405 (patch) | |
tree | 582f05cc645901dfeb002ed3fe856e642a79835d /modules/bhavika/company/composer.json | |
parent | 2ab059c88b1353a8e382f302ce9c2b6c2ef018ad (diff) | |
parent | 565af64fc81211897625be2b000a28c910174edb (diff) | |
download | acadmix_distribution-222f1780ed0f5c3536392df3236284d3a9ab5405.tar.gz acadmix_distribution-222f1780ed0f5c3536392df3236284d3a9ab5405.tar.bz2 acadmix_distribution-222f1780ed0f5c3536392df3236284d3a9ab5405.zip |
Merge pull request #7 from Bhavika-keswani/master
Bhavika-Custom modules added
Diffstat (limited to 'modules/bhavika/company/composer.json')
-rw-r--r-- | modules/bhavika/company/composer.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/bhavika/company/composer.json b/modules/bhavika/company/composer.json new file mode 100644 index 0000000..4158875 --- /dev/null +++ b/modules/bhavika/company/composer.json @@ -0,0 +1,13 @@ +{ + "name": "company", + "type": "drupal-module", + "description": "Company module is for companies content type for placements", + "keywords": [ + ], + "homepage": "https://www.drupal.org/project/company", + "minimum-stability": "dev", + "support": { + "issues": "https://www.drupal.org/project/issues/company", + "source": "http://cgit.drupalcode.org/company", + }, +} |