Allow newer versions of php-markdown

This commit is contained in:
Christophe Coevoet 2015-09-29 16:29:54 +02:00
parent 3454372665
commit 31a829956b

View file

@ -20,7 +20,7 @@
"require": {
"php": ">=5.3.9",
"symfony/framework-bundle": "~2.1",
"michelf/php-markdown": "1.4.*"
"michelf/php-markdown": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~4.5"