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

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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