Skip to content

Commit

Permalink
Merge pull request #1 from Basster/twig-3
Browse files Browse the repository at this point in the history
support for twig 3 and symfony 5
  • Loading branch information
Basster authored Aug 13, 2020
2 parents ac64cb6 + 40a65ff commit 3e207a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "basster/twig-base64-extension",
"type": "library",
"require": {
"php": "^7.2",
"symfony/serializer": "~3.1|^4.0",
"twig/twig": "^2.0"
"php": ">=7.2.5",
"symfony/serializer": "^3.1|^4.0|^5.0",
"twig/twig": "^2.0|^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
Expand Down

0 comments on commit 3e207a6

Please sign in to comment.