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

Fixed guzzle version constraints and avoid old promises function API #328

Merged
merged 1 commit into from
May 23, 2023

Conversation

GrahamCampbell
Copy link
Contributor

@GrahamCampbell GrahamCampbell commented May 23, 2023

Q A
Bug fix yes
New feature no
BC breaks no
Deprecations no
Tests pass yes
Fixed tickets #325 and #327
License MIT

@@ -27,7 +27,9 @@
],
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "~6.0|~7.0",
"guzzlehttp/guzzle": "^6.5.8|^7.4.5",
"guzzlehttp/promises": "^1.5.3|^2.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is added because you are implicitly using this dependency, and similarly for psr7.

@@ -27,7 +27,9 @@
],
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "~6.0|~7.0",
"guzzlehttp/guzzle": "^6.5.8|^7.4.5",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is adjusted to avoid versions with known security vulnerabilities.

@gregurco gregurco self-requested a review May 23, 2023 11:33
@GrahamCampbell
Copy link
Contributor Author

GrahamCampbell commented May 23, 2023

Test failures are unrelated. I have sent in a separate PR to fix that other broken test: #329.

@gregurco
Copy link
Member

@GrahamCampbell could you please rebase your branch to apply the fix?

@GrahamCampbell
Copy link
Contributor Author

CI passing now.

@gregurco gregurco merged commit b890cc8 into 8p:master May 23, 2023
12 checks passed
@gregurco
Copy link
Member

@GrahamCampbell thank you 👍

@GrahamCampbell GrahamCampbell deleted the guzzle-fixes branch May 23, 2023 19:46
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