aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index a430c59e..c7830a14 100644
--- a/composer.json
+++ b/composer.json
@@ -43,7 +43,7 @@
43 "ext-iconv": "*", 43 "ext-iconv": "*",
44 "ext-tokenizer": "*", 44 "ext-tokenizer": "*",
45 "ext-pdo": "*", 45 "ext-pdo": "*",
46 "symfony/symfony": "3.0.*", 46 "symfony/symfony": "3.1.*",
47 "doctrine/orm": "^2.5", 47 "doctrine/orm": "^2.5",
48 "doctrine/doctrine-bundle": "^1.6", 48 "doctrine/doctrine-bundle": "^1.6",
49 "doctrine/doctrine-cache-bundle": "^1.2", 49 "doctrine/doctrine-cache-bundle": "^1.2",
@@ -74,7 +74,7 @@
74 "grandt/phpepub": "~4.0", 74 "grandt/phpepub": "~4.0",
75 "wallabag/php-mobi": "~1.0.0", 75 "wallabag/php-mobi": "~1.0.0",
76 "kphoen/rulerz-bundle": "~0.10", 76 "kphoen/rulerz-bundle": "~0.10",
77 "guzzlehttp/guzzle": "^5.2.0", 77 "guzzlehttp/guzzle": "^5.3.1",
78 "doctrine/doctrine-migrations-bundle": "^1.0", 78 "doctrine/doctrine-migrations-bundle": "^1.0",
79 "paragonie/random_compat": "~1.0", 79 "paragonie/random_compat": "~1.0",
80 "craue/config-bundle": "~1.4", 80 "craue/config-bundle": "~1.4",
@@ -85,10 +85,11 @@
85 }, 85 },
86 "require-dev": { 86 "require-dev": {
87 "doctrine/doctrine-fixtures-bundle": "~2.2", 87 "doctrine/doctrine-fixtures-bundle": "~2.2",
88 "doctrine/data-fixtures": "~1.1.1",
88 "sensio/generator-bundle": "^3.0", 89 "sensio/generator-bundle": "^3.0",
89 "phpunit/phpunit": "~4.4", 90 "phpunit/phpunit": "~4.4",
90 "symfony/phpunit-bridge": "^2.7", 91 "symfony/phpunit-bridge": "^3.0",
91 "fabpot/php-cs-fixer": "~1.9" 92 "friendsofphp/php-cs-fixer": "~1.9"
92 }, 93 },
93 "scripts": { 94 "scripts": {
94 "post-cmd": [ 95 "post-cmd": [
@@ -121,6 +122,9 @@
121 "psr-4": { "Wallabag\\": "src/Wallabag/" }, 122 "psr-4": { "Wallabag\\": "src/Wallabag/" },
122 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] 123 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
123 }, 124 },
125 "autoload-dev": {
126 "psr-4": { "Tests\\": "tests/" }
127 },
124 "config": { 128 "config": {
125 "bin-dir": "bin" 129 "bin-dir": "bin"
126 }, 130 },