Update composer.json: Use Symfony YAML 3.1 and later

This commit is contained in:
Daniel Rudolf 2016-06-20 22:38:24 +02:00
parent ddf3da0391
commit f251bc83ec
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -26,7 +26,7 @@
"php": ">=5.3.6",
"twig/twig": "^1.18",
"erusev/parsedown-extra": "^0.7",
"symfony/yaml" : "^2.3"
"symfony/yaml" : "^3.1"
},
"require-dev" : {
"phpdocumentor/phpdocumentor": "^2.8",