diff options
author | VirtualTam <virtualtam@flibidi.net> | 2019-02-23 16:46:02 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2019-02-23 16:46:02 +0100 |
commit | af22c1ae3adb7a0705814bb7c4d75c9e2aa26a0e (patch) | |
tree | e461ef309a15e9b9da6058892350c4275558d783 /composer.json | |
parent | 1a3da5a5011fc79c2bf15a8d1f6c7dd9f87db715 (diff) | |
parent | 1c03b65e2ea722b39e54b22c46014f35e34b575b (diff) | |
download | Shaarli-af22c1ae3adb7a0705814bb7c4d75c9e2aa26a0e.tar.gz Shaarli-af22c1ae3adb7a0705814bb7c4d75c9e2aa26a0e.tar.zst Shaarli-af22c1ae3adb7a0705814bb7c4d75c9e2aa26a0e.zip |
Merge tag 'v0.10.3' into latest
Release v0.10.3
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 99ef0b5e..dccf83b6 100644 --- a/composer.json +++ b/composer.json | |||
@@ -16,7 +16,7 @@ | |||
16 | }, | 16 | }, |
17 | "require": { | 17 | "require": { |
18 | "php": ">=5.6", | 18 | "php": ">=5.6", |
19 | "shaarli/netscape-bookmark-parser": "^2.0", | 19 | "shaarli/netscape-bookmark-parser": "^2.1", |
20 | "erusev/parsedown": "^1.6", | 20 | "erusev/parsedown": "^1.6", |
21 | "slim/slim": "^3.0", | 21 | "slim/slim": "^3.0", |
22 | "arthurhoaro/web-thumbnailer": "^1.1", | 22 | "arthurhoaro/web-thumbnailer": "^1.1", |
@@ -24,11 +24,9 @@ | |||
24 | "gettext/gettext": "^4.4" | 24 | "gettext/gettext": "^4.4" |
25 | }, | 25 | }, |
26 | "require-dev": { | 26 | "require-dev": { |
27 | "phpmd/phpmd" : "@stable", | 27 | "phpunit/phpcov": "*", |
28 | "phpunit/phpunit": "^5.0", | 28 | "phpunit/phpunit": "^5.0", |
29 | "sebastian/phpcpd": "*", | 29 | "squizlabs/php_codesniffer": "2.*" |
30 | "squizlabs/php_codesniffer": "2.*", | ||
31 | "phpunit/phpcov": "*" | ||
32 | }, | 30 | }, |
33 | "autoload": { | 31 | "autoload": { |
34 | "psr-4": { | 32 | "psr-4": { |