aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a63f2893..f48e5dfc 100644
--- a/composer.json
+++ b/composer.json
@@ -23,8 +23,9 @@
23 "issues": "https://github.com/wallabag/wallabag/issues" 23 "issues": "https://github.com/wallabag/wallabag/issues"
24 }, 24 },
25 "require": { 25 "require": {
26 "php": ">=5.3.3",
26 "twig/twig": "1.*", 27 "twig/twig": "1.*",
27 "twig/extensions": "1.0.*", 28 "twig/extensions": "1.0.*",
28 "umpirsky/twig-gettext-extractor": "1.1.*" 29 "umpirsky/twig-gettext-extractor": "1.1.*"
29 } 30 }
30} \ No newline at end of file 31}