aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index f331d6ca..bbef28af 100644
--- a/composer.json
+++ b/composer.json
@@ -11,11 +11,11 @@
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.0",
20 "erusev/parsedown": "1.6", 20 "erusev/parsedown": "1.6",
21 "slim/slim": "^3.0", 21 "slim/slim": "^3.0",
@@ -24,7 +24,7 @@
24 }, 24 },
25 "require-dev": { 25 "require-dev": {
26 "phpmd/phpmd" : "@stable", 26 "phpmd/phpmd" : "@stable",
27 "phpunit/phpunit": "4.8.*", 27 "phpunit/phpunit": "^5.0",
28 "sebastian/phpcpd": "*", 28 "sebastian/phpcpd": "*",
29 "squizlabs/php_codesniffer": "2.*", 29 "squizlabs/php_codesniffer": "2.*",
30 "phpunit/phpcov": "*" 30 "phpunit/phpcov": "*"