]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - composer.json
Fix PHP version configuration in composer.json
[github/shaarli/Shaarli.git] / composer.json
index 792c43d31cabf74652e6aecb04c768b1cdcf23fd..756ea58891bf02bba1a8a6157c9e5eaa8a80c2d1 100644 (file)
@@ -9,6 +9,11 @@
         "wiki": "https://github.com/shaarli/Shaarli/wiki"
     },
     "keywords": ["bookmark", "link", "share", "web"],
+    "config": {
+        "platform": {
+            "php": "5.5.38"
+        }
+    },
     "require": {
         "php": ">=5.5",
         "shaarli/netscape-bookmark-parser": "^2.0",