arbor-education / sis-sdk-php

Arbor Education PHP SDK
http://developers.arbor-education.com
7 stars 5 forks source link

Upgrading guzzle version #34

Closed andrew1601 closed 1 year ago

andrew1601 commented 3 years ago

Guzzle version ^6.0.0 specified in composer.json, but a lot of frameworks (particularly Laravel, which I am using) uses guzzle version ^7.0.0 as a dependency. This causes a conflict. I have updated the relevant code to implement the breaking change that is pertinent to the SDK in pull request #32

andrew1601 commented 1 year ago

Is there any progress on updating the Guzzle version in composer?

I appreciate that it would be a breaking change so would require a new major version of the SDK but Guzzle has been at version 7 for over two years now and other libraries and frameworks now use version 7.