Skip to content

Commit

Permalink
Fix monolog dependency for #32
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Mar 29, 2023
1 parent 146a236 commit dcbdc5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"guzzlehttp/guzzle": "^6.3|^7.0",
"psr/log": "^2.0|^3.0",
"ext-json": "*",
"monolog/monolog": "2.0|^3.0",
"monolog/monolog": "^2.0|^3.0",
"z4kn4fein/php-semver": "^2.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigCatClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
final class ConfigCatClient implements ClientInterface
{
public const SDK_VERSION = '6.2.0';
public const SDK_VERSION = '7.0.1';

private LoggerInterface $logger;
private ConfigCache $cache;
Expand Down

0 comments on commit dcbdc5e

Please sign in to comment.