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

fix: getComposer method #79

Merged
merged 2 commits into from
Mar 1, 2022

Conversation

JellyBellyDev
Copy link
Contributor

Fixed #76
I hope :)

@JellyBellyDev
Copy link
Contributor Author

I don't know why the CI doesn't pass, suggestions?

Copy link
Collaborator

@robbieaverill robbieaverill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @JellyBellyDev, I haven't forgotten about this PR, and will get to making some suggestions shortly. Thanks for making it, and sorry for the delay!

src/Packagist/Api/Client.php Show resolved Hide resolved
@robbieaverill robbieaverill self-assigned this Feb 22, 2022
@robbieaverill
Copy link
Collaborator

Hi @JellyBellyDev, still working on this - I've made a couple of potential changes and am working on the tests, will post an update when I can.

@robbieaverill
Copy link
Collaborator

I've tested this against the behaviour in 1.7.x using the original getComposer() method added in 37a9b1e, and have put the original doc block (slightly adjusted) from that commit back in place. All looks good to me now. Thanks for your contribution @JellyBellyDev and sorry again for the time it took for me to review it.

@robbieaverill robbieaverill merged commit acf5f57 into KnpLabs:master Mar 1, 2022
$response1['packages'][$name] = [
...$response1['packages'][$name],
...$response2['packages'][$name],
];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!!! GJ!!! 🚀

@JellyBellyDev JellyBellyDev deleted the fix/get-composer-method branch March 2, 2022 16:35
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

Successfully merging this pull request may close these issues.

getComposer is broken in 2.x-dev
2 participants