X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=756ea58891bf02bba1a8a6157c9e5eaa8a80c2d1;hb=8911863019870a9827a278244ff85a943016d50d;hp=792c43d31cabf74652e6aecb04c768b1cdcf23fd;hpb=fccfa09df84011f363311c44fa1b374ba7cd9af8;p=github%2Fshaarli%2FShaarli.git diff --git a/composer.json b/composer.json index 792c43d3..756ea588 100644 --- a/composer.json +++ b/composer.json @@ -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",