We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the fix in #805! Could we get this included in a 5.10.3 release as well?
Thank you!
The text was updated successfully, but these errors were encountered:
Thanks for the fix in #805! Could we get this included in a 5.10.3 release as well? Thank you!
If you are hurry as I was to fix the issue what I did is tell composer to get the package from the v5.0, so your composer should like:
v5.0
..., "require": { "jlevers/selling-partner-api": "v5.0.x-dev", }, ....
maybe not necessary but in case you have errors you can try also adding:
"repositories": [ ..., { "type": "vcs", "url": "[email protected]:jlevers/selling-partner-api.git" } ]
Hope it helps!
Sorry, something went wrong.
Hello! We have a release with the latest changes to the 5.x series; thanks for reaching out!
No branches or pull requests
Thanks for the fix in #805! Could we get this included in a 5.10.3 release as well?
Thank you!
The text was updated successfully, but these errors were encountered: