1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-19 11:21:27 +02:00

composer.json: Tighten requirement "raven/raven": ">=0.2.0" to

"raven/raven": "0.2.*" as suggested by @Seldaek in
https://github.com/Seldaek/monolog/pull/76/files#r737288
This commit is contained in:
Marc Abramowitz
2012-04-26 11:01:12 -07:00
parent acbf574b98
commit 8aeb75a210

View File

@@ -16,7 +16,7 @@
"php": ">=5.3.0"
},
"require-dev": {
"raven/raven": ">=0.2.0",
"raven/raven": "0.2.*",
"mlehner/gelf-php": "1.0.*"
},
"suggest": {