We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbe5c1 commit 0af1cf0Copy full SHA for 0af1cf0
CHANGES.txt
@@ -1,4 +1,4 @@
1
-7.1.4 (Sep XX, 2022)
+7.1.4 (Sep 6, 2022)
2
- Updated dependencies to allow `psr/log` 2 and 3.
3
- Removed `phpdocumentor/phpdocumentor` dependency.
4
- Added `PSR3LoggerAdapter` to support `psr/log: 1 - 3` versions.
src/SplitIO/Version.php
@@ -3,5 +3,5 @@
class Version
5
{
6
- const CURRENT = '7.1.4-rc5';
+ const CURRENT = '7.1.4';
7
}
0 commit comments