diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-02-02 19:20:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 19:20:11 +0100 |
commit | 17b4baedec3902a1549451ede36f914000019797 (patch) | |
tree | 6e41c336cff937358f875d338b038cfee1eeed3a /composer.json | |
parent | 91813a363468404b7bf2937494812f1fa34a12b4 (diff) | |
parent | 28df9fa4f7d901632e7fd6e23b6d7dd345f1f6e7 (diff) | |
download | Shaarli-17b4baedec3902a1549451ede36f914000019797.tar.gz Shaarli-17b4baedec3902a1549451ede36f914000019797.tar.zst Shaarli-17b4baedec3902a1549451ede36f914000019797.zip |
Merge pull request #1003 from ArthurHoaro/ci/php7.2
Drop PHP 5.5 compatibility and run Travis UT against PHP 7.2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index f331d6ca..bbef28af 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.5.38" | 14 | "php": "5.6.31" |
15 | } | 15 | } |
16 | }, | 16 | }, |
17 | "require": { | 17 | "require": { |
18 | "php": ">=5.5", | 18 | "php": ">=5.6", |
19 | "shaarli/netscape-bookmark-parser": "^2.0", | 19 | "shaarli/netscape-bookmark-parser": "^2.0", |
20 | "erusev/parsedown": "1.6", | 20 | "erusev/parsedown": "1.6", |
21 | "slim/slim": "^3.0", | 21 | "slim/slim": "^3.0", |
@@ -24,7 +24,7 @@ | |||
24 | }, | 24 | }, |
25 | "require-dev": { | 25 | "require-dev": { |
26 | "phpmd/phpmd" : "@stable", | 26 | "phpmd/phpmd" : "@stable", |
27 | "phpunit/phpunit": "4.8.*", | 27 | "phpunit/phpunit": "^5.0", |
28 | "sebastian/phpcpd": "*", | 28 | "sebastian/phpcpd": "*", |
29 | "squizlabs/php_codesniffer": "2.*", | 29 | "squizlabs/php_codesniffer": "2.*", |
30 | "phpunit/phpcov": "*" | 30 | "phpunit/phpcov": "*" |