aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2019-08-03 11:08:29 +0200
committerArthurHoaro <arthur@hoa.ro>2019-08-03 11:08:29 +0200
commitb14687036b9b800681197f51fdc47e62f0c88e2e (patch)
tree0863bba0081fd20256bc3fc8eb9f6365b2e3ff3b /composer.json
parent1b8ed48a0d3964186f4d66d443783f4d250e7147 (diff)
parentd63ff87a009313141ae684ec447b902562ff6ee7 (diff)
downloadShaarli-b14687036b9b800681197f51fdc47e62f0c88e2e.tar.gz
Shaarli-b14687036b9b800681197f51fdc47e62f0c88e2e.tar.zst
Shaarli-b14687036b9b800681197f51fdc47e62f0c88e2e.zip
Merge branch 'v0.11' into latest
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index c23b8252..109d5d7b 100644
--- a/composer.json
+++ b/composer.json
@@ -11,11 +11,11 @@
11 "keywords": ["bookmark", "link", "share", "web"], 11 "keywords": ["bookmark", "link", "share", "web"],
12 "config": { 12 "config": {
13 "platform": { 13 "platform": {
14 "php": "5.6.31" 14 "php": "7.1.29"
15 } 15 }
16 }, 16 },
17 "require": { 17 "require": {
18 "php": ">=5.6", 18 "php": ">=7.1",
19 "ext-json": "*", 19 "ext-json": "*",
20 "ext-zlib": "*", 20 "ext-zlib": "*",
21 "shaarli/netscape-bookmark-parser": "^2.1", 21 "shaarli/netscape-bookmark-parser": "^2.1",