Skip to content

Commit

Permalink
Declare support for Symfony 5 and Twig 3 comur#123
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Thomas committed Jan 10, 2021
1 parent 92cdd09 commit e7592f6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"require": {
"php": ">=7.1.3",
"ext-gd": "*",
"symfony/http-foundation": "~3.4 || ~4.2",
"symfony/form": "~3.4 || ~4.2",
"symfony/validator": "~3.4 || ~4.2",
"symfony/routing": "~3.4 || ~4.2",
"symfony/config": "~3.4 || ~4.2",
"symfony/twig-bridge": "~3.4 || ~4.2",
"twig/twig": "^1.41 || ^2.10",
"symfony/http-foundation": "~3.4 || ~4.2 || ~5.0",
"symfony/form": "~3.4 || ~4.2 || ~5.0",
"symfony/validator": "~3.4 || ~4.2 || ~5.0",
"symfony/routing": "~3.4 || ~4.2 || ~5.0",
"symfony/config": "~3.4 || ~4.2 || ~5.0",
"symfony/twig-bridge": "~3.4 || ~4.2 || ~5.0",
"twig/twig": "^1.41 || ^2.10 || ~3.0",
"twig/extensions": "~1.0",
"friendsofsymfony/jsrouting-bundle": "@stable",
"jms/translation-bundle": "^1.2.2"
Expand Down

0 comments on commit e7592f6

Please sign in to comment.