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 22
33All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
44
5+ ## [ 2.0.4] - 2017-01-26
6+ ### Changed
7+ - Made Composer requirements less strict
8+
59## [ 2.0.3] - 2017-01-05
610### Changed
711- 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 1414 }
1515 ],
1616 "require" : {
17- "monolog/monolog" : " 1.21.0 " ,
17+ "monolog/monolog" : " 1.21.* " ,
1818 "php" : " >=5.5" ,
19- "psr/log" : " 1.0.0 "
19+ "psr/log" : " 1.0.* "
2020 },
2121 "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" ,
2424 "phpunit/phpunit" : " >=4.8.26 <5.4" ,
2525 "phpdocumentor/phpdocumentor" : " 2.*" ,
2626 "predis/predis" : " 1.0.*" ,
2727 "zendframework/zend-serializer" : " 2.7.*"
2828 },
2929 "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" ,
3332 "predis/predis" : " 1.0.*"
3433 },
3534 "autoload" : {
Original file line number Diff line number Diff line change 1010 */
1111class LDClient {
1212 const DEFAULT_BASE_URI = 'https://app.launchdarkly.com ' ;
13- const VERSION = '2.0.3 ' ;
13+ const VERSION = '2.0.4 ' ;
1414
1515 /** @var string */
1616 protected $ _sdkKey ;
You can’t perform that action at this time.
0 commit comments