Skip to content

Commit

Permalink
Merge pull request #2 from tristanbes/patch-1
Browse files Browse the repository at this point in the history
Allow installation on Symfony4+
  • Loading branch information
alaczi authored Mar 25, 2019
2 parents 6c68bf9 + ad819f2 commit 9376b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "http://github.com/alaczi/twig-country-extension",
"require": {
"php": ">=5.3.0",
"symfony/intl": "~2.3|~3.0",
"symfony/intl": "~2.3|~3.0|^4.0",
"twig/twig": "~1.15|^2.0"
},
"autoload": {
Expand Down

0 comments on commit 9376b21

Please sign in to comment.