require the needed symfony/contracts package

This commit is contained in:
Christian Flothmann 2018-11-05 11:24:20 +01:00
parent 4bc1cc7e43
commit 4400776140

View File

@ -17,6 +17,7 @@
],
"require": {
"php": "^7.1.3",
"symfony/contracts": "^1.0",
"twig/twig": "^1.35|^2.4.4"
},
"require-dev": {