Skip to content

Commit

Permalink
Merge pull request #10 from mybuilder/symfony-4-compat
Browse files Browse the repository at this point in the history
Symfony 4 compatibility
  • Loading branch information
eddmann authored Nov 13, 2020
2 parents 9e36297 + 175318d commit 1b6fc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
}
},
"require": {
"symfony/symfony": "^3.3",
"symfony/symfony": "^3.3 || ^4.4",
"mopa/composer-bridge": "1.3.*",
"twig/twig": "~1.23"
"twig/twig": "~1.44.0"
},
"suggest": {
"twbs/bootstrap": "2.*",
Expand Down

0 comments on commit 1b6fc41

Please sign in to comment.