File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
4
4
5
+ ## [ 2.0.4] - 2017-01-26
6
+ ### Changed
7
+ - Made Composer requirements less strict
8
+
5
9
## [ 2.0.3] - 2017-01-05
6
10
### Changed
7
11
- Fixed botched 2.0.2 release: Better handling of null vs false when evaluating.
Original file line number Diff line number Diff line change 1
- 2.0.3
1
+ 2.0.4
Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"require" : {
17
- "monolog/monolog" : " 1.21.0 " ,
17
+ "monolog/monolog" : " 1.21.* " ,
18
18
"php" : " >=5.5" ,
19
- "psr/log" : " 1.0.0 "
19
+ "psr/log" : " 1.0.* "
20
20
},
21
21
"require-dev" : {
22
- "guzzlehttp/guzzle" : " 6.2.1" ,
23
- "kevinrob/guzzle-cache-middleware" : " 1.4.1" ,
22
+ "guzzlehttp/guzzle" : " ^ 6.2.1" ,
23
+ "kevinrob/guzzle-cache-middleware" : " ^ 1.4.1" ,
24
24
"phpunit/phpunit" : " >=4.8.26 <5.4" ,
25
25
"phpdocumentor/phpdocumentor" : " 2.*" ,
26
26
"predis/predis" : " 1.0.*" ,
27
27
"zendframework/zend-serializer" : " 2.7.*"
28
28
},
29
29
"suggested" : {
30
- "guzzlehttp/guzzle" : " 6.2.1" ,
31
- "kevinrob/guzzle-cache-middleware" : " 1.4.1" ,
32
- "monolog/monolog" : " 1.21.0" ,
30
+ "guzzlehttp/guzzle" : " ^6.2.1" ,
31
+ "kevinrob/guzzle-cache-middleware" : " ^1.4.1" ,
33
32
"predis/predis" : " 1.0.*"
34
33
},
35
34
"autoload" : {
Original file line number Diff line number Diff line change 10
10
*/
11
11
class LDClient {
12
12
const DEFAULT_BASE_URI = 'https://app.launchdarkly.com ' ;
13
- const VERSION = '2.0.3 ' ;
13
+ const VERSION = '2.0.4 ' ;
14
14
15
15
/** @var string */
16
16
protected $ _sdkKey ;
You can’t perform that action at this time.
0 commit comments