changed composer dependency from 1.0.* to 1.*

This commit is contained in:
Robert Gruendler 2012-10-11 16:18:06 +02:00
commit bc97594ac2
2 changed files with 26 additions and 734 deletions

View file

@ -19,7 +19,7 @@
"require": {
"php": ">=5.3.3",
"symfony/process": ">=2.0,<=2.2",
"monolog/monolog": "1.0.*"
"monolog/monolog": "1.*"
},
"minimum-stability": "dev",
"require-dev": {