Open szeidler opened 6 years ago
Here's my initial work on making drupal_tests compatible with the correct composer-patches format, like reported in #47 .
Includes changes:
patches-file
patches.json
I added a test module repository at https://github.com/szeidler/drupal_tests_composer_patches . CircleCI: https://circleci.com/gh/szeidler/drupal_tests_composer_patches
I'm looking forward for your feedback.
circleci config validate Error: Error parsing config file: yaml: line 9: mapping values are not allowed in this context
Not sure why this failed, as you haven't touched this file. I'll take a look.
Here's my initial work on making drupal_tests compatible with the correct composer-patches format, like reported in #47 .
Includes changes:
patches-file
in the modulepatches.json
like it was before, no matter if it was defined in the module's composer.jsonI added a test module repository at https://github.com/szeidler/drupal_tests_composer_patches . CircleCI: https://circleci.com/gh/szeidler/drupal_tests_composer_patches
I'm looking forward for your feedback.