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

Add this library to Packagist please. #45

Open
niel opened this issue Mar 13, 2016 · 2 comments
Open

Add this library to Packagist please. #45

niel opened this issue Mar 13, 2016 · 2 comments

Comments

@niel
Copy link

niel commented Mar 13, 2016

As the title says. Composer cannot automatically find/install without an entry on Packagist. Takes a few minutes to create a user account, then add the package.

@JKetelaar
Copy link

For the time being you can use

{
    "repositories": [
        {
            "type": "vcs",
            "url":  "[email protected]:kbjr/Git.php.git"
        }
    ],
    "require": {
        "kbjr/Git.php": "dev-master"
    }
}

@niel
Copy link
Author

niel commented Apr 3, 2016

I have been using something similar to that already.
Just thought I'd ask for official addition to Packagist to make life easier. ;-)

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

No branches or pull requests

2 participants