]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
composer: min PHP 5.3 added 1151/head
authorTomáš Votruba <info@tomasvotruba.cz>
Sat, 7 Mar 2015 19:42:16 +0000 (20:42 +0100)
committerTomáš Votruba <info@tomasvotruba.cz>
Sat, 7 Mar 2015 19:42:16 +0000 (20:42 +0100)
Ref: https://github.com/wallabag/wallabag/pull/1150

composer.json

index a63f2893f526dc6015c3322b585caddbc2cd6c1e..f48e5dfcb448fb4081dcea53ddd852c56702782b 100644 (file)
@@ -23,8 +23,9 @@
         "issues": "https://github.com/wallabag/wallabag/issues"
     },
     "require": {
+        "php": ">=5.3.3",
         "twig/twig": "1.*",
         "twig/extensions": "1.0.*",
         "umpirsky/twig-gettext-extractor": "1.1.*"
     }
-}
\ No newline at end of file
+}