1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-11 15:44:34 +02:00

Fix: Wrong raven/raven version

RavenHandler uses Raven_Client::user_context(). This method is available since 0.8.0.

see 7dd1fb3a35
This commit is contained in:
Martin Abraham
2015-05-19 10:38:46 +02:00
parent bf2bff6174
commit 242d25ef7a

View File

@@ -19,7 +19,7 @@
"require-dev": {
"phpunit/phpunit": "~4.0",
"graylog2/gelf-php": "~1.0",
"raven/raven": "~0.5",
"raven/raven": "~0.8",
"ruflin/elastica": "0.90.*",
"doctrine/couchdb": "~1.0@dev",
"aws/aws-sdk-php": "~2.4, >2.4.8",