Update composer.json to work with Symfony 5.0

This commit is contained in:
Abdouni Abdelkarim 2019-11-21 13:03:40 +01:00 committed by Ryan Weaver
parent c055def2e6
commit f93e8da815

View file

@ -19,13 +19,13 @@
"require": {
"php": ">=5.5.9",
"symfony/framework-bundle": "~2.8|~3.0|^4.0",
"symfony/dependency-injection": "~2.8|~3.0|^4.0",
"symfony/framework-bundle": "~2.8|~3.0|^4.0|^5.0",
"symfony/dependency-injection": "~2.8|~3.0|^4.0|^5.0",
"michelf/php-markdown": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~4.5",
"symfony/templating": "~2.8|~3.0|^4.0"
"symfony/templating": "~2.8|~3.0|^4.0|^5.0"
},
"suggest": {
"symfony/twig-bundle": "to use the Twig markdown filter",