add FrameworkBundle requirement

This commit is contained in:
Christian Flothmann 2019-11-15 10:12:35 +01:00
parent 81588eb835
commit 1752dd9432
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"require": {
"php": "^7.1.3",
"symfony/config": "^4.2|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/twig-bundle": "^4.2|^5.0",