]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - composer.json
Updated legacy changelog
[github/wallabag/wallabag.git] / composer.json
index 0f37506704383527cd63058f69cec3e4f71266c6..f48e5dfcb448fb4081dcea53ddd852c56702782b 100644 (file)
         "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
+}