File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ VERSION 2.8.0
5
+ -------------
6
+ * Bumped Guzzle version to 7
7
+ * Bumped Guzzle Services version to 1.2
8
+
4
9
VERSION 2.7.0
5
10
-------------
6
11
* Added support for including metadata of requests through include_metadata parameter
Original file line number Diff line number Diff line change 11
11
"chat" : " https://www.hipchat.com/gIdidQscL"
12
12
},
13
13
"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" ,
18
18
"paragonie/random_compat" : " ^1.4 || ^2.0"
19
19
},
20
20
"require-dev" : {
47
47
"homepage" : " http://michaelgallego.fr"
48
48
}
49
49
]
50
- }
50
+ }
Original file line number Diff line number Diff line change 42
42
class KeenIOClient extends GuzzleClient
43
43
{
44
44
45
- const VERSION = '2.6 .0 ' ;
45
+ const VERSION = '2.8 .0 ' ;
46
46
47
47
/**
48
48
* Factory to create new KeenIOClient instance.
You can’t perform that action at this time.
0 commit comments