Skip to content

Commit 8b4eef3

Browse files
committed
added monolog for testing
1 parent f618562 commit 8b4eef3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"require-dev": {
3232
"phpunit/phpunit": "^9.0.0",
3333
"squizlabs/php_codesniffer": "3.*",
34-
"rogervila/php-sonarqube-scanner": "1.1.0"
34+
"rogervila/php-sonarqube-scanner": "1.1.0",
35+
"monolog/monolog": "2.8 - 3"
3536
},
3637

3738
"autoload": {

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-rc2';
6+
const CURRENT = '7.1.4-rc3';
77
}

0 commit comments

Comments
 (0)