aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index f331d6ca..dccf83b6 100644
--- a/composer.json
+++ b/composer.json
@@ -11,23 +11,22 @@
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.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 "pubsubhubbub/publisher": "dev-master", 23 "pubsubhubbub/publisher": "dev-master",
23 "gettext/gettext": "^4.4" 24 "gettext/gettext": "^4.4"
24 }, 25 },
25 "require-dev": { 26 "require-dev": {
26 "phpmd/phpmd" : "@stable", 27 "phpunit/phpcov": "*",
27 "phpunit/phpunit": "4.8.*", 28 "phpunit/phpunit": "^5.0",
28 "sebastian/phpcpd": "*", 29 "squizlabs/php_codesniffer": "2.*"
29 "squizlabs/php_codesniffer": "2.*",
30 "phpunit/phpcov": "*"
31 }, 30 },
32 "autoload": { 31 "autoload": {
33 "psr-4": { 32 "psr-4": {
@@ -36,7 +35,8 @@
36 "Shaarli\\Api\\Controllers\\": "application/api/controllers", 35 "Shaarli\\Api\\Controllers\\": "application/api/controllers",
37 "Shaarli\\Api\\Exceptions\\": "application/api/exceptions", 36 "Shaarli\\Api\\Exceptions\\": "application/api/exceptions",
38 "Shaarli\\Config\\": "application/config/", 37 "Shaarli\\Config\\": "application/config/",
39 "Shaarli\\Config\\Exception\\": "application/config/exception" 38 "Shaarli\\Config\\Exception\\": "application/config/exception",
39 "Shaarli\\Security\\": "application/security"
40 } 40 }
41 } 41 }
42} 42}