Skip to content

Commit 77e456e

Browse files
committed
rc
1 parent 50e39f4 commit 77e456e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
7.1.4 (Aug 30, 2022)
1+
7.1.4 (Sep XX, 2022)
22
- Updated dependencies to allow `psr/log` 2 and 3.
33
- Removed `phpdocumentor/phpdocumentor` dependency.
44
- Updated `Logger` and `LoggerTrait` to be compliant with `psr/log` 3.

src/SplitIO/Component/Initialization/LoggerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ public static function setupLogger(array $options) {
4040
self::setDefaultLogger($options);
4141
}
4242
}
43-
}
43+
}

src/SplitIO/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
class Version
55
{
6-
const CURRENT = '7.1.4-rc3';
6+
const CURRENT = '7.1.4-rc4';
77
}

tests/Suite/Sdk/SdkClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ public function testCustomLog()
434434
$options = array('prefix' => TEST_PREFIX);
435435

436436
$sdkConfig = array(
437-
'log' => array('psr3-instance' => $log, 'standard' => 'psr3-v3'),
437+
'log' => array('psr3-instance' => $log),
438438
'cache' => array('adapter' => 'predis', 'parameters' => $parameters, 'options' => $options)
439439
);
440440

0 commit comments

Comments
 (0)