Updated the recommended composer installation version

This commit is contained in:
Peter Rehm 2014-05-23 21:39:43 +02:00
parent e682a82f25
commit 2dffba450f

View file

@ -9,7 +9,7 @@ Add KnpMarkdownBundle to your `composer.json`
```yaml
{
"require": {
"knplabs/knp-markdown-bundle": "1.2.*@dev"
"knplabs/knp-markdown-bundle": "~1.0"
}
}
```