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

PSR-17 and PSR-18 compability #5

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on May 16, 2024

  1. Don't depend on the "guzzlehttp/guzzle" library.

    Use psr-18 http-client interfaces, instead.
    Basster committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fed3dda View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Don't create guzzle requests.

    Use PSR-17 http-factory instead. Guzzle is the default, if present.
    Basster committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f53c6d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2adaaf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e40a9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07f5cbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ddccee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9713102 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45ee37b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. access to constants in Client via static, otherwise overwriting those…

    … in inherited classes won't change anything.
    Basster committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f7a9086 View commit details
    Browse the repository at this point in the history