diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-01-17 18:39:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-17 18:39:56 +0100 |
commit | 796c4c57d085ae4589b53dfe8369ae9ba30ffdaf (patch) | |
tree | 676b02604ae6f358ddb90c59c549465f6e9d6214 /composer.json | |
parent | ef028857531a6abe2d7180538b8510502ee2a467 (diff) | |
parent | def39d0dd7a81a4af9ad68b62c9e9823fbc2b38e (diff) | |
download | Shaarli-796c4c57d085ae4589b53dfe8369ae9ba30ffdaf.tar.gz Shaarli-796c4c57d085ae4589b53dfe8369ae9ba30ffdaf.tar.zst Shaarli-796c4c57d085ae4589b53dfe8369ae9ba30ffdaf.zip |
Run Unit Tests against PHP 7.4 (#1353)
Run Unit Tests against PHP 7.4
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 109d5d7b..a028e99a 100644 --- a/composer.json +++ b/composer.json | |||
@@ -21,15 +21,15 @@ | |||
21 | "shaarli/netscape-bookmark-parser": "^2.1", | 21 | "shaarli/netscape-bookmark-parser": "^2.1", |
22 | "erusev/parsedown": "^1.6", | 22 | "erusev/parsedown": "^1.6", |
23 | "slim/slim": "^3.0", | 23 | "slim/slim": "^3.0", |
24 | "arthurhoaro/web-thumbnailer": "^1.1", | 24 | "arthurhoaro/web-thumbnailer": "^2.0", |
25 | "pubsubhubbub/publisher": "dev-master", | 25 | "pubsubhubbub/publisher": "dev-master", |
26 | "gettext/gettext": "^4.4" | 26 | "gettext/gettext": "^4.4" |
27 | }, | 27 | }, |
28 | "require-dev": { | 28 | "require-dev": { |
29 | "roave/security-advisories": "dev-master", | 29 | "roave/security-advisories": "dev-master", |
30 | "phpunit/phpcov": "*", | 30 | "phpunit/phpcov": "*", |
31 | "phpunit/phpunit": "^5.0", | 31 | "phpunit/phpunit": "^7.5", |
32 | "squizlabs/php_codesniffer": "2.*" | 32 | "squizlabs/php_codesniffer": "3.*" |
33 | }, | 33 | }, |
34 | "suggest": { | 34 | "suggest": { |
35 | "ext-curl": "Allows fetching web pages and thumbnails in a more robust way", | 35 | "ext-curl": "Allows fetching web pages and thumbnails in a more robust way", |