incraigulous / contentful-sdk

A modern PHP SDK for Contentful delivery and management APIs.
MIT License
13 stars 11 forks source link

Implement forward compatibility with Guzzle versions beyond 5.1.x #17

Open arondeparon opened 7 years ago

arondeparon commented 7 years ago

Guzzle 5.1.x is currently listed as a required dependency. This prevents the library from being used with newer versions of Guzzle.

bartmcleod commented 7 years ago

guzzlehttp/guzzle 5.1.0 seems to have a securtiy issue, so I think this issue should get more attention.

Loading composer repositories with package information
Updating dependencies (including require-dev)                               
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: remove guzzlehttp/guzzle 5.1.0
    - guzzlehttp/guzzle 5.1.0 conflicts with roave/security-advisories[dev-master].
    - guzzlehttp/guzzle 5.1.0 conflicts with roave/security-advisories[dev-master].
    - Installation request for guzzlehttp/guzzle 5.1.* -> satisfiable by guzzlehttp/guzzle[5.1.0].
    - Installation request for roave/security-advisories dev-master -> satisfiable by roave/security-advisories[dev-master].
bartmcleod commented 7 years ago

Besides, I can see you want help on certain issues. Since we work with Contentful (I am a colleague of @marcgoosen). I wouldn't mind helping with some issues.

LeCoupa commented 7 years ago

That's unfortunate, I cannot install OneSignal Package for Laravel. The package needs Guzzle ^6.2. Can we fix this issue?