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

2.12.* versions not exists in composer (packagist.org) #404

Closed
tigran-m-dev opened this issue Mar 22, 2019 · 5 comments
Closed

2.12.* versions not exists in composer (packagist.org) #404

tigran-m-dev opened this issue Mar 22, 2019 · 5 comments
Assignees
Labels
V2 V2 Client

Comments

@tigran-m-dev
Copy link

Latest version in packagist.org is 2.11.2, but in git currently 2.12.1

@aaron-junot
Copy link

We'll take a look, thanks for reporting this!

@aaron-junot aaron-junot self-assigned this Mar 22, 2019
@aaron-junot
Copy link

@developer-devPHP We are investigating why packagist has stopped creating our packages. In the meantime, if you would like to use the latest version of the library, you have a few options.

If you'd like to upgrade now, you can replace vendor/recurly/recurly-client with the latest version of the code using git or direct download, or perhaps configure composer to use the releases directly.

I will update this issue with more information as it becomes available, and I will close it when we get the issue with packagist resolved. Thanks again for reporting this, and thank you for your patience.

@drewish
Copy link

drewish commented Mar 27, 2019

This should be sorted out now. Packagist should be getting webhooks now and trigger automatic updates. It looked to me like the current releases should be present. Let us know if you see any thing missing.

@drewish drewish closed this as completed Mar 27, 2019
@tigran-m-dev
Copy link
Author

Thank you. It is working now, also one simple note in your README file
you have the following text

Here's an example of a dependency on 2.11:

but your composer example is

{
    "require": {
        "recurly/recurly-client": "2.12.*"
    }
}

2.12.*

@bhelx
Copy link
Contributor

bhelx commented Mar 27, 2019

Thanks for pointing that out!

@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

No branches or pull requests

4 participants