Skip to content

Commit

Permalink
opt: require monolog
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowei committed May 28, 2022
1 parent c3a00a7 commit e544ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
],
"require": {
"sentry/sdk": "^3.2",
"psr/log": "^1.1"
"psr/log": "^1.1",
"monolog/monolog": "^2.6"
},
"autoload": {
"psr-4": {
"GaoweiSpace\\ErrorHandler\\": "src"
}
},
"require-dev": {
"monolog/monolog": "^2.6",
"vlucas/phpdotenv": "^5.4"
}
}

0 comments on commit e544ed4

Please sign in to comment.