Merge pull request #58 from peterrehm/patch-1

Updated the recommended composer installation version
This commit is contained in:
Alex Demchenko 2014-05-25 14:50:22 +03:00
commit 1f06adcf86

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.3"
}
}
```