Skip to content

Updated guzzle deps to support 6.* OR 7.* for compatibility.#33

Open
RickKukiela wants to merge 2 commits intoghassani:masterfrom
RickKukiela:master
Open

Updated guzzle deps to support 6.* OR 7.* for compatibility.#33
RickKukiela wants to merge 2 commits intoghassani:masterfrom
RickKukiela:master

Conversation

@RickKukiela
Copy link

  • src/Client.php: Fixed missing parameter name in a phpDocBlock comment.
  • src/Authenticator.php: Fixed bad phpDocBlock comments / Added extra catch for GuzzleException since that class does not appear to extend \Exception and \Throwable cannot be used here since we need to support < php7.1
  • Updated ContactTest.php to assert an error value is not returned on all API calls and to spit out the error message returned to the command line in the event of a failed test.
  • Update the composer.json deps to support guzzle 6 and/or guzzle 7, also added dev requirement for phpunit.
  • Added .phpunit.result.cache file to .gitignore

- src/Client.php: Fixed missing parameter name in a phpDocBlock comment.
- src/Authenticator.php: Fixed bad phpDocBlock comments / Added extra catch for GuzzleException since that class does not appear to extend \Exception and \Throwable cannot be used here since we need to support < php7.1
- Updated ContactTest.php to assert an error value is not returned on all API calls and to spit out the error message returned to the command line in the event of a failed test.
- Update the composer.json deps to support guzzle 6 and/or guzzle 7, also added dev requirement for phpunit.
- Added .phpunit.result.cache file to .gitignore
@RickKukiela RickKukiela deleted the branch ghassani:master December 29, 2022 18:35
@RickKukiela RickKukiela deleted the master branch December 29, 2022 18:35
@RickKukiela RickKukiela restored the master branch December 29, 2022 18:35
@RickKukiela RickKukiela reopened this Dec 29, 2022
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.

1 participant