]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - composer.json
Documentation+Makefile: update AUTHORS generation
[github/shaarli/Shaarli.git] / composer.json
index 792c43d31cabf74652e6aecb04c768b1cdcf23fd..afb8aca4c42209a7f8ddc685a1c7626e416a313c 100644 (file)
@@ -6,9 +6,14 @@
     "homepage": "https://github.com/shaarli/Shaarli",
     "support": {
         "issues": "https://github.com/shaarli/Shaarli/issues",
-        "wiki": "https://github.com/shaarli/Shaarli/wiki"
+        "wiki": "https://shaarli.readthedocs.io"
     },
     "keywords": ["bookmark", "link", "share", "web"],
+    "config": {
+        "platform": {
+            "php": "5.5.38"
+        }
+    },
     "require": {
         "php": ">=5.5",
         "shaarli/netscape-bookmark-parser": "^2.0",