Bugfix: Pin twig version as long as Twig-Extensions received no update

This prevents warnings when run in dev mode
This commit is contained in:
Igor Scheller 2019-03-17 15:29:10 +01:00 committed by msquare
parent 64f65e8cbf
commit a1f5154c21
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
"symfony/http-foundation": "^3.3", "symfony/http-foundation": "^3.3",
"symfony/psr-http-message-bridge": "^1.0", "symfony/psr-http-message-bridge": "^1.0",
"twig/extensions": "^1.5", "twig/extensions": "^1.5",
"twig/twig": "^2.5", "twig/twig": "~2.6.0",
"zendframework/zend-diactoros": "^1.7" "zendframework/zend-diactoros": "^1.7"
}, },
"require-dev": { "require-dev": {