Skip to content

Commit

Permalink
temporary use another cloudwatch logs handler library (#42)
Browse files Browse the repository at this point in the history
* temporary use another cloudwatch logs handler library

* update Logger.php to use new package

---------

Co-authored-by: Nguyen Vu Hung <[email protected]>
  • Loading branch information
hungnv-sr and Nguyen Vu Hung authored Aug 29, 2023
1 parent bbe7804 commit 6888018
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 @@ -20,7 +20,7 @@
}
},
"require": {
"maxbanton/cwh": "^1.1.14 || ^2.0",
"phpnexus/cwh": "^1.1.14 || ^2.0 || ^3.0.0",
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Pagevamp;

use Aws\CloudWatchLogs\CloudWatchLogsClient;
use Maxbanton\Cwh\Handler\CloudWatch;
use Phpnexus\Cwh\Handler\CloudWatch;
use Monolog\Formatter\LineFormatter;
use Pagevamp\Exceptions\IncompleteCloudWatchConfig;

Expand Down

0 comments on commit 6888018

Please sign in to comment.