Skip to content

Commit

Permalink
Merge pull request #2 from dlaytonjames/guzzle-7-compatibility
Browse files Browse the repository at this point in the history
Allow Guzzle 7.x compatibility
  • Loading branch information
kielabokkie authored Sep 16, 2020
2 parents c765878 + 6e46ad8 commit 6fade66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^6.3|^7.0"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 1 addition & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
stopOnFailure="false">
<testsuite name="Ipdata unit test">
<directory suffix="Test.php">./tests</directory>
</testsuite>
Expand Down

0 comments on commit 6fade66

Please sign in to comment.