mjwconsult / webform_civicrm_esign

0 stars 6 forks source link

add composer support to this module #8

Closed hesco closed 2 years ago

hesco commented 2 years ago

Have not yet tested the module itself, but I was able to successfully install the module with composer;

Lock file operations: 1 install, 2 updates, 0 removals

with these lines added to my project's composer.json file:

"repositories": {
    "drupal": {
        "type": "composer",
        "url": "https://packages.drupal.org/8"
    },
    "webform_civicrm_esign": {
        "type": "vcs",
        "url": "https://github.com/hesco/webform_civicrm_esign.git"
    }
},
"require": {
    "mattwire/webform_civicrm_esign": "dev-feature/add_composer_support",
},
mattwire commented 2 years ago

Thanks @hesco