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

Switch to Guzzle 6 #1

Merged
merged 4 commits into from
Nov 13, 2020
Merged

Switch to Guzzle 6 #1

merged 4 commits into from
Nov 13, 2020

Conversation

bastienuh
Copy link
Contributor

Hi,

Your package seems to be perfect... but you are using Guzzle 7. However, Guzzle 7 is not necessary for this package to be fully functionnal, Guzzle 6 is enough. Moreover, when you are using Laravel 7, using Guzzle 7 is blocking the installation.

So, can you use Guzzle 6 in this package to make it run for everyone ? :-)

Thanks a lot !

Guzzle in version 6
Add package name.
Back to previous composer but with guzzle 6
@bastienuh
Copy link
Contributor Author

Or maybe only add in the composer.json that we can use the version 6.0 ?

Like this :

"guzzlehttp/guzzle": "^6.0|^7.0",

Copy link
Collaborator

@hywak hywak left a comment

Choose a reason for hiding this comment

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

Please change guzzle version to ^6.0|^7.0 as you suggested in the pull request description.

@hywak
Copy link
Collaborator

hywak commented Nov 13, 2020

Hey @BastienU,

Thank you for your pull request. I've reviewed your changes and tested locally code on Guzzle 6.5.5 installed accordingly to your suggestion ("guzzlehttp/guzzle": "^6.0|^7.0",).

Change "guzzlehttp/guzzle" allowef version in composer.json
@bastienuh
Copy link
Contributor Author

Changes done :-)

@hywak hywak merged commit 1fd1e71 into AzimoLabs:master Nov 13, 2020
@hywak
Copy link
Collaborator

hywak commented Nov 13, 2020

@BastienU your changes are visible since version 1.1.0.

hywak pushed a commit that referenced this pull request Jun 30, 2021
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.

None yet

2 participants