I have opened the MR to be able to use these changes using composer.
The foll...

Contribution Date
Technology
Contribution Project
Contribution Details

I have opened the MR to be able to use these changes using composer.
The followings are the steps I followed,

  1. Updated composer.json with
    "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/shurly" ] }, { "type": "package", "package": { "name": "drupal/shurly", "version": "dev-custom", "type": "drupal-module", "source": { "type": "git", "url": "git@git.drupal.org:issue/shurly-2633910.git", "reference": "shurly-2633910" } } } ],
  2. Then on terminal required the package using: composer require 'drupal/shurly:dev-custom#7a7b1f40e2a80bb30d5f27d8ba743a95a83d493b' The hash id is the latest commit hash of the MR
Contribution Author
Files count
0
Patches count
0