accessdigital / wilson

A Drupal installation profile produced by Access. New installations should use https://github.com/accessdigital/drupal-template
https://www.weareaccess.co.uk
4 stars 1 forks source link

Publish Wilson to http://packagist.org/ #1

Open SangLostrieAccess opened 3 years ago

SangLostrieAccess commented 3 years ago

Hi @AccessPaul

We could publish this via https://packagist.org/packages/submit so we don't need to do:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/accessdigital/wilson"
    }
]

And just immediately proceed with composer require accessdigital/wilson

AccessPaul commented 3 years ago

Thanks @SangLostrieAccess!

I assume that would then make Wilson even more public than it is now?

Given we're planning to use this commercially, I'm not totally happy about this being a public Github repo as it is. Eli mentioned that we may be able to make this a private repo and change the way we reference it in composer. I believe that means the dev would have to do something with Github keys, but I haven't looked in to it properly.

Keen for a bit of composer input if you're in a position to help? As they say, "patches welcome" 😉