diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-08-05 11:09:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 11:09:13 +0200 |
commit | 4758c18164f8168be0b3e422c4af86827c913390 (patch) | |
tree | eafa3f4df0a20384c4c1ec9682f193265f9f6482 /composer.json | |
parent | b4ff0afb24db6e4cb3543bbd71f01bbb0716b144 (diff) | |
parent | 8911863019870a9827a278244ff85a943016d50d (diff) | |
download | Shaarli-4758c18164f8168be0b3e422c4af86827c913390.tar.gz Shaarli-4758c18164f8168be0b3e422c4af86827c913390.tar.zst Shaarli-4758c18164f8168be0b3e422c4af86827c913390.zip |
Merge pull request #916 from ArthurHoaro/hotfix/fix-composer-php-version
Fix PHP version configuration in composer.json
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 792c43d3..756ea588 100644 --- a/composer.json +++ b/composer.json | |||
@@ -9,6 +9,11 @@ | |||
9 | "wiki": "https://github.com/shaarli/Shaarli/wiki" | 9 | "wiki": "https://github.com/shaarli/Shaarli/wiki" |
10 | }, | 10 | }, |
11 | "keywords": ["bookmark", "link", "share", "web"], | 11 | "keywords": ["bookmark", "link", "share", "web"], |
12 | "config": { | ||
13 | "platform": { | ||
14 | "php": "5.5.38" | ||
15 | } | ||
16 | }, | ||
12 | "require": { | 17 | "require": { |
13 | "php": ">=5.5", | 18 | "php": ">=5.5", |
14 | "shaarli/netscape-bookmark-parser": "^2.0", | 19 | "shaarli/netscape-bookmark-parser": "^2.0", |