Closed hesco closed 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", },
Thanks @hesco
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
. . .
Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 1 install, 2 updates, 0 removals . . .
Gathering patches for root package. Gathering patches for dependencies. This might take a minute. . . .
with these lines added to my project's composer.json file: