Browse Source

Update Twig too recent version (from 1.12 to 1.18)

Kay Stenschke 10 years ago
parent
commit
62a03174c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -13,7 +13,7 @@
     ],
     "require": {
         "php": ">=5.2.4",
-        "twig/twig": "1.12.*",
+        "twig/twig": "1.18.*",
         "michelf/php-markdown": "1.3"
     },
     "autoload": {