diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-08-01 19:57:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 19:57:53 +0200 |
commit | e29a9a73b4c4313589a5025359572fd84542f5b4 (patch) | |
tree | 0a795d9ff41d75399c47c7ec3a9789ead4385a65 /composer.json | |
parent | 91af3e6b19de598eb590e6783bfb356e51a2cd57 (diff) | |
parent | df40879739bbdb879b890d2c1fb4ecd994fff3ad (diff) | |
download | Shaarli-e29a9a73b4c4313589a5025359572fd84542f5b4.tar.gz Shaarli-e29a9a73b4c4313589a5025359572fd84542f5b4.tar.zst Shaarli-e29a9a73b4c4313589a5025359572fd84542f5b4.zip |
Merge pull request #1342 from ArthurHoaro/hotfix/composer-php71
Upgrade composer dependencies from PHP 7.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
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", |