Bad Guzzle Version in Composer.json
jimmyz opened this issue · 4 comments
jimmyz commented
I get an error when trying to install 2.x versions of the SDK. It complains about the guzzle dependency.
"guzzlehttp/guzzle": "dev-master"
Your requirements could not be resolved to an installable set of packages.
Problem 1
- gedcomx/gedcomx-php v2.0.1 requires guzzlehttp/guzzle dev-master -> no matching package found.
- gedcomx/gedcomx-php v2.0.0 requires guzzlehttp/guzzle dev-master -> no matching package found.
- Installation request for gedcomx/gedcomx-php ^2.0 -> satisfiable by gedcomx/gedcomx-php[v2.0.0, v2.0.1].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Installation failed, deleting ./composer.json.
justincy commented
That's odd. I just installed it successfully yesterday. I'll take a look.
I had to pin it to a branch because I had to fix a bug in guzzle in order for it to work. But the guzzle maintainer was in no hurry to cut a new release.
jimmyz commented
It should fix it. We just need a version bump on this project to validate the error fix.
justincy commented
I published a new release this morning.