Skip to content

Commit 8f9ac86

Browse files
authored
Merge pull request #140 from MohammadWaleed/master
Update Guzzle version to 7 and Guzzle-Services to 1.2
2 parents 883b75c + 6ff6553 commit 8f9ac86

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
VERSION 2.8.0
5+
-------------
6+
* Bumped Guzzle version to 7
7+
* Bumped Guzzle Services version to 1.2
8+
49
VERSION 2.7.0
510
-------------
611
* Added support for including metadata of requests through include_metadata parameter

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"chat": "https://www.hipchat.com/gIdidQscL"
1212
},
1313
"require": {
14-
"php": ">=5.6.0",
15-
"ext-openssl": "*",
16-
"guzzlehttp/guzzle": "~6.0",
17-
"guzzlehttp/guzzle-services": "~1.0",
14+
"php": ">=5.6.0",
15+
"ext-openssl": "*",
16+
"guzzlehttp/guzzle": "^6.0 || ^7.0",
17+
"guzzlehttp/guzzle-services": "^1.0",
1818
"paragonie/random_compat": "^1.4 || ^2.0"
1919
},
2020
"require-dev": {
@@ -47,4 +47,4 @@
4747
"homepage": "http://michaelgallego.fr"
4848
}
4949
]
50-
}
50+
}

src/Client/KeenIOClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
class KeenIOClient extends GuzzleClient
4343
{
4444

45-
const VERSION = '2.6.0';
45+
const VERSION = '2.8.0';
4646

4747
/**
4848
* Factory to create new KeenIOClient instance.

0 commit comments

Comments
 (0)