]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - composer.json
UpdaterTest: ensure PHP 5.3 compatibility
[github/shaarli/Shaarli.git] / composer.json
index e419dc1193fb85236db0f40b6ab5befb1e0b0d6b..f7d26a315f5fb136240a51df7a7c31f4b18c678a 100644 (file)
@@ -10,7 +10,9 @@
     },
     "keywords": ["bookmark", "link", "share", "web"],
     "require": {
-        "php": ">=5.3.4"
+        "php": ">=5.3.4",
+        "shaarli/netscape-bookmark-parser": "1.*",
+        "erusev/parsedown": "1.6"
     },
     "require-dev": {
         "phpmd/phpmd" : "@stable",