Skip to content

Commit

Permalink
Merge pull request #140 from MohammadWaleed/master
Browse files Browse the repository at this point in the history
Update Guzzle version to 7 and Guzzle-Services to 1.2
  • Loading branch information
k-k authored Nov 23, 2020
2 parents 883b75c + 6ff6553 commit 8f9ac86
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

VERSION 2.8.0
-------------
* Bumped Guzzle version to 7
* Bumped Guzzle Services version to 1.2

VERSION 2.7.0
-------------
* Added support for including metadata of requests through include_metadata parameter
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"chat": "https://www.hipchat.com/gIdidQscL"
},
"require": {
"php": ">=5.6.0",
"ext-openssl": "*",
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/guzzle-services": "~1.0",
"php": ">=5.6.0",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"guzzlehttp/guzzle-services": "^1.0",
"paragonie/random_compat": "^1.4 || ^2.0"
},
"require-dev": {
Expand Down Expand Up @@ -47,4 +47,4 @@
"homepage": "http://michaelgallego.fr"
}
]
}
}
2 changes: 1 addition & 1 deletion src/Client/KeenIOClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
class KeenIOClient extends GuzzleClient
{

const VERSION = '2.6.0';
const VERSION = '2.8.0';

/**
* Factory to create new KeenIOClient instance.
Expand Down

0 comments on commit 8f9ac86

Please sign in to comment.