fix: Require exact monolog version 1.24

pull/5125/head
Jakub Onderka 2019-09-09 13:29:51 +02:00 committed by GitHub
parent 91e43787e0
commit ad331e8c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"minimum-stability": "dev",
"require": {
"kamisama/cake-resque": "4.1.2",
"pear/crypt_gpg": "1.6.3"
"pear/crypt_gpg": "1.6.3",
"monolog/monolog": "1.24.0"
},
"suggest": {
"elasticsearch/elasticsearch": "For logging to elasticsearch",