diff options
author | Tomáš Votruba <info@tomasvotruba.cz> | 2015-03-07 20:42:16 +0100 |
---|---|---|
committer | Tomáš Votruba <info@tomasvotruba.cz> | 2015-03-07 20:42:16 +0100 |
commit | ba7cd6404353b4fa8043630b7b196e15ea56917a (patch) | |
tree | 537bf5486f30046a2bb76d8d32a4cd3fb89a0d8c | |
parent | 3b21caa2616c73a9aa659eac49f063d16ff7ad9e (diff) | |
download | wallabag-ba7cd6404353b4fa8043630b7b196e15ea56917a.tar.gz wallabag-ba7cd6404353b4fa8043630b7b196e15ea56917a.tar.zst wallabag-ba7cd6404353b4fa8043630b7b196e15ea56917a.zip |
composer: min PHP 5.3 added
Ref: https://github.com/wallabag/wallabag/pull/1150
-rw-r--r-- | composer.json | 3 |
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 | } |