Updated version constraint according to discussion

This commit is contained in:
Peter Rehm 2014-05-26 07:15:58 +02:00
parent c31f07b28d
commit b6703c6bf8

View file

@ -9,7 +9,7 @@ Add KnpMarkdownBundle to your `composer.json`
```yaml
{
"require": {
"knplabs/knp-markdown-bundle": ">=1.3"
"knplabs/knp-markdown-bundle": "~1.3"
}
}
```