Update monolog compatibility

This commit is contained in:
Jordi Boggiano 2012-08-19 09:57:44 +02:00
parent 832f8dd4fe
commit e49afde2ee
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.2",
"doctrine/common": ">=2.1,<2.3-dev",
"monolog/monolog": ">=1.0,<1.2-dev",
"monolog/monolog": ">=1.0,<1.3-dev",
"swiftmailer/swiftmailer": "4.2.*",
"twig/twig": ">=1.1,<2.0-dev"
},