diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json index c4edd3c2..90f3fd1d 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", |
@@ -87,7 +87,7 @@ | |||
87 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 87 | "doctrine/doctrine-fixtures-bundle": "~2.2", |
88 | "sensio/generator-bundle": "^3.0", | 88 | "sensio/generator-bundle": "^3.0", |
89 | "phpunit/phpunit": "~4.4", | 89 | "phpunit/phpunit": "~4.4", |
90 | "symfony/phpunit-bridge": "^2.7", | 90 | "symfony/phpunit-bridge": "^3.0", |
91 | "friendsofphp/php-cs-fixer": "~1.9" | 91 | "friendsofphp/php-cs-fixer": "~1.9" |
92 | }, | 92 | }, |
93 | "scripts": { | 93 | "scripts": { |
@@ -121,6 +121,9 @@ | |||
121 | "psr-4": { "Wallabag\\": "src/Wallabag/" }, | 121 | "psr-4": { "Wallabag\\": "src/Wallabag/" }, |
122 | "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] | 122 | "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] |
123 | }, | 123 | }, |
124 | "autoload-dev": { | ||
125 | "psr-4": { "Tests\\": "tests/" } | ||
126 | }, | ||
124 | "config": { | 127 | "config": { |
125 | "bin-dir": "bin" | 128 | "bin-dir": "bin" |
126 | }, | 129 | }, |