Closed chrfritsch closed 1 year ago
+1 this fixes RN and would be really nice to have merged and a new release made
Confirmed this resolves the issue.
I also tested this with a global composer.json as follows:
{
"repositories": {
"mglaman/drupalorg-cli": {
"type": "vcs",
"url": "https://github.com/chrfritsch/drupalorg-cli.git"
}
},
"require": {
"mglaman/drupalorg-cli": "dev-replace-gitter"
}
}
Like for @jhedstrom, the issue is no longer present and the rn
command works again.
Fixes #170