Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 0838e40

Browse files
authored
Merge pull request #5 from hhxsv5/master
Optimize the required version of monolog #79
2 parents aa71fd5 + 9bfd682 commit 0838e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ext-json": "*",
2626
"guzzlehttp/guzzle": "~6.0",
2727
"ratchet/pawl": "^0.3.2",
28-
"monolog/monolog": "^1.0"
28+
"monolog/monolog": "~1.0|~2.0"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^5.7"

src/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract class Api
1616
/**
1717
* @var string SDK Version
1818
*/
19-
const VERSION = '1.0.9';
19+
const VERSION = '1.0.10';
2020

2121
/**
2222
* @var string

0 commit comments

Comments
 (0)