Restrict Monolog version to be in version <1.3

Because of conflict between `HttpKernel\Log\LoggerInterface` and `Psr\Log\LoggerInterface` (PSR-3)
This commit is contained in:
Joseph Bielawski 2013-01-05 14:59:12 +01:00
parent 515769385a
commit ba2d035348

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.2",
"symfony/http-kernel": "self.version",
"monolog/monolog": "1.*"
"monolog/monolog": ">=1.0,<1.3-dev"
},
"autoload": {
"psr-0": { "Symfony\\Bridge\\Monolog": "" }