- Issue created by @singularo
- @singularo opened merge request.
- 🇦🇺Australia singularo Adelaide, AUS
Adding the composer.json means its now possible to include the branch version with changes like:
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8",
"exclude": [
"drupal/field_prefix"
]
},
[other things here]
],
"require": {
[other things here]
"drupal/field_prefix": "dev-3357303-extend-and-add"
[other things here]
}