mjordan / islandora_workbench_integration

Drupal module containing helpers for Islandora Workbench.
GNU General Public License v2.0
2 stars 4 forks source link

Install via composer #14

Closed misilot closed 3 years ago

misilot commented 3 years ago

Is it possible to have this package published to Packagist so it can be installed via composer?

Thanks!

mjordan commented 3 years ago

Yes, it's possible, but in the meantime adding this to your composer.json should work:

 "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/mjordan/islandora_workbench_integration.git"
        }
  ]

"require": {
        "mjordan/islandora_workbench_integration": "dev-main",
  }
misilot commented 3 years ago

It's on Packagist now https://packagist.org/packages/mjordan/islandora_workbench_integration

Thanks @mjordan!

mjordan commented 3 years ago

Thanks for your help. Github is not letting me push at the moment ("Password authentication is temporarily disabled as part of a brownout.") but I have removed the 'dev-main' from the docker command as discussed in slack and it worked.