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 12:53:24 +01:00
parent 94aacec717
commit 4abd5bf071
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/data-fixtures": "1.0.*",
"propel/propel1": "dev-master",
"monolog/monolog": "1.*"
"monolog/monolog": ">=1.0,<1.3-dev"
},
"autoload": {
"psr-0": {

View File

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