diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/composer.json b/composer.json index 6b670fa2..94492586 100644 --- a/composer.json +++ b/composer.json | |||
@@ -10,6 +10,7 @@ | |||
10 | }, | 10 | }, |
11 | "keywords": ["bookmark", "link", "share", "web"], | 11 | "keywords": ["bookmark", "link", "share", "web"], |
12 | "config": { | 12 | "config": { |
13 | "sort-packages": true, | ||
13 | "platform": { | 14 | "platform": { |
14 | "php": "7.1.29" | 15 | "php": "7.1.29" |
15 | } | 16 | } |
@@ -18,18 +19,20 @@ | |||
18 | "php": ">=7.1", | 19 | "php": ">=7.1", |
19 | "ext-json": "*", | 20 | "ext-json": "*", |
20 | "ext-zlib": "*", | 21 | "ext-zlib": "*", |
21 | "shaarli/netscape-bookmark-parser": "^2.1", | ||
22 | "erusev/parsedown": "^1.6", | ||
23 | "slim/slim": "^3.0", | ||
24 | "arthurhoaro/web-thumbnailer": "^2.0", | 22 | "arthurhoaro/web-thumbnailer": "^2.0", |
23 | "erusev/parsedown": "^1.6", | ||
24 | "erusev/parsedown-extra": "^0.8.1", | ||
25 | "gettext/gettext": "^4.4", | ||
26 | "katzgrau/klogger": "^1.2", | ||
27 | "malkusch/lock": "^2.1", | ||
25 | "pubsubhubbub/publisher": "dev-master", | 28 | "pubsubhubbub/publisher": "dev-master", |
26 | "gettext/gettext": "^4.4" | 29 | "shaarli/netscape-bookmark-parser": "^2.1", |
30 | "slim/slim": "^3.0" | ||
27 | }, | 31 | }, |
28 | "require-dev": { | 32 | "require-dev": { |
29 | "roave/security-advisories": "dev-master", | 33 | "roave/security-advisories": "dev-master", |
30 | "phpunit/phpcov": "*", | 34 | "squizlabs/php_codesniffer": "3.*", |
31 | "phpunit/phpunit": "^7.5", | 35 | "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" |
32 | "squizlabs/php_codesniffer": "3.*" | ||
33 | }, | 36 | }, |
34 | "suggest": { | 37 | "suggest": { |
35 | "ext-curl": "Allows fetching web pages and thumbnails in a more robust way", | 38 | "ext-curl": "Allows fetching web pages and thumbnails in a more robust way", |
@@ -53,8 +56,10 @@ | |||
53 | "Shaarli\\Feed\\": "application/feed", | 56 | "Shaarli\\Feed\\": "application/feed", |
54 | "Shaarli\\Formatter\\": "application/formatter", | 57 | "Shaarli\\Formatter\\": "application/formatter", |
55 | "Shaarli\\Front\\": "application/front", | 58 | "Shaarli\\Front\\": "application/front", |
56 | "Shaarli\\Front\\Controller\\": "application/front/controllers", | 59 | "Shaarli\\Front\\Controller\\Admin\\": "application/front/controller/admin", |
60 | "Shaarli\\Front\\Controller\\Visitor\\": "application/front/controller/visitor", | ||
57 | "Shaarli\\Front\\Exception\\": "application/front/exceptions", | 61 | "Shaarli\\Front\\Exception\\": "application/front/exceptions", |
62 | "Shaarli\\Helper\\": "application/helper", | ||
58 | "Shaarli\\Http\\": "application/http", | 63 | "Shaarli\\Http\\": "application/http", |
59 | "Shaarli\\Legacy\\": "application/legacy", | 64 | "Shaarli\\Legacy\\": "application/legacy", |
60 | "Shaarli\\Netscape\\": "application/netscape", | 65 | "Shaarli\\Netscape\\": "application/netscape", |