diff options
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", |