1
0
Fork 0

Merge pull request #1210 from pbowyer/patch-1

Update monlolog to 1.2.*
pull/1211/head
Jordi Boggiano 2012-10-15 05:17:07 -07:00
commit dc7c0339c2
1 changed files with 2 additions and 2 deletions

View File

@ -35,12 +35,12 @@ which describes the project's dependencies.
{
"require": {
"monolog/monolog": "1.0.*"
"monolog/monolog": "1.2.*"
}
}
We are simply stating that our project requires some `monolog/monolog` package,
any version beginning with `1.0`.
any version beginning with `1.2`.
## Installation