Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you maintain a packagist.org account to install sb-admin-2 via composer #187

Open
BigAndini opened this issue Jul 21, 2017 · 2 comments
Assignees

Comments

@BigAndini
Copy link

Is there an official BlackrockDigital/startbootstrap-sb-admin-2 account to install sb-admin-2 easily via composer? I was only able to find this one: https://packagist.org/packages/blackrockdigital/ with the blackrockdigital/startbootstrap-logo-nav.

Cheers
Andi

@davidtmiller
Copy link
Member

There isn't at the moment - just npm. I'll consider getting this set up with packagist though.

@MGatner
Copy link

MGatner commented Mar 31, 2019

I'm also keen to have this, and I'd be glad to PR a composer.json if that would help. In the meantime you can define this as a non-Composer VCS package:

	"repositories": [
		{
			"type": "package",
			"package": {
				"name": "blackrockdigital/sb-admin-2",
				"version": "4.0.3",
				"dist": {
					"url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/archive/v4.0.3.zip",
					"type": "zip"
				},
				"source": {
					"url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2",
					"type": "svn",
					"reference": "releases/tag/v4.0.3"
				}
			}
		}
	],
	 "require": {
        	"blackrockdigital/sb-admin-2": "4.0.*"
	},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants