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

Bump SDK and use Guzzle as default HTTP Client #30

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

joelbutcher
Copy link
Owner

This PR:

  • Bumps the minimum SDK version from ^6.0.0 to ^6.1.2 to address some new changes in the SDK
  • Drops symfony/http-client as a dependency:
    • The SDK no longer expects an instance of Http\Client\HttpClient and instead checks for an instance of Psr\Http\Client\ClientInterface (the former is deprecated and no longer included in the SDK as a dependency)
  • Updates the default HTTP Client in the service provider to Guzzle, which is shipped with Laravel

@joelbutcher joelbutcher self-assigned this Jan 31, 2025
@joelbutcher joelbutcher merged commit fb7e312 into 1.x Jan 31, 2025
37 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant