X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=f48e5dfcb448fb4081dcea53ddd852c56702782b;hb=c129374147de3da613bf10124778ee59070d2a66;hp=0f37506704383527cd63058f69cec3e4f71266c6;hpb=4cc328edf08f515de2833f4960b252539ece428f;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 0f375067..f48e5dfc 100644 --- a/composer.json +++ b/composer.json @@ -23,13 +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.*" - }, - "autoload": { - "psr-0": { - "Wallabag\\": "src" - } } -} \ No newline at end of file +}