Skip to content

Commit

Permalink
Merge pull request #458 from rollbar/457-add-monolog-dependency
Browse files Browse the repository at this point in the history
Add monolog dependency
  • Loading branch information
ArturMoczulski committed May 6, 2019
2 parents 889501d + 4920baf commit e8168a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@

"require": {
"ext-curl": "*",
"psr/log": "^1.0.1"
"psr/log": "^1",
"monolog/monolog": "^1"
},

"require-dev": {
Expand All @@ -41,8 +42,7 @@
"squizlabs/php_codesniffer": "2.*",
"codeclimate/php-test-reporter": "dev-master",
"packfire/php5.3-compat": "*",
"phpmd/phpmd" : "@stable",
"monolog/monolog": "^1.24"
"phpmd/phpmd" : "@stable"
},

"suggest": {
Expand Down

0 comments on commit e8168a8

Please sign in to comment.