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

You need to change your github repo settings on packagist as well #55

Closed
cviebrock opened this issue Jan 23, 2014 · 4 comments
Closed

Comments

@cviebrock
Copy link

Your Packagist entry is still showing https://github.com/php-loep/oauth2-client as the homepage and source.

You should probably be changing that as well, since composer will fail with a 404 if they try and use league/oauth2-client in their projects.

@cviebrock
Copy link
Author

In the meantime, folks should probably add this to their composer.json file:

{

...

    "repositories": [
      "type": "vcs",
      "url": "https://github.com/thephpleague/oauth2-client"
    ]
}

@philsturgeon
Copy link
Member

Just updated it. Sorry, I tried update all packages myself after the name change but missed this one. Fixed now.

@philsturgeon
Copy link
Member

Gah, I updated the composer.json but it's still broken. It's going to need some special love by @alexbilbie on packagist when he wakes up (GMT).

@TomHAnderson
Copy link
Contributor

This is working fine from Packagist today. And Packagist shows almost 100 downloads today. WOW!

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

3 participants