mglaman / drupalorg-cli

A command line tool for interfacing with Drupal.org
128 stars 32 forks source link

Replace gitter by GitPhp #183

Closed chrfritsch closed 1 year ago

chrfritsch commented 1 year ago

Fixes #170

NickDickinsonWilde commented 1 year ago

+1 this fixes RN and would be really nice to have merged and a new release made

jhedstrom commented 1 year ago

Confirmed this resolves the issue.

kekkis commented 1 year ago

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.