diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-12-15 10:04:05 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-12-15 10:04:05 +0100 |
commit | 423ab02846286f94276d21e38ca1e296646618bf (patch) | |
tree | 5bce7bb86f6a0356023733571e356cbb4da271f9 /composer.json | |
parent | cbfdcff2615e901bdc434d06f38a3da8eecbdf8b (diff) | |
download | Shaarli-423ab02846286f94276d21e38ca1e296646618bf.tar.gz Shaarli-423ab02846286f94276d21e38ca1e296646618bf.tar.zst Shaarli-423ab02846286f94276d21e38ca1e296646618bf.zip |
PHP requirement increased to PHP 5.5 - See #599
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index f7d26a31..40b725d3 100644 --- a/composer.json +++ b/composer.json | |||
@@ -10,7 +10,7 @@ | |||
10 | }, | 10 | }, |
11 | "keywords": ["bookmark", "link", "share", "web"], | 11 | "keywords": ["bookmark", "link", "share", "web"], |
12 | "require": { | 12 | "require": { |
13 | "php": ">=5.3.4", | 13 | "php": ">=5.5", |
14 | "shaarli/netscape-bookmark-parser": "1.*", | 14 | "shaarli/netscape-bookmark-parser": "1.*", |
15 | "erusev/parsedown": "1.6" | 15 | "erusev/parsedown": "1.6" |
16 | }, | 16 | }, |