diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/composer.json b/composer.json index c4edd3c2..f3bd7893 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", |
@@ -85,9 +85,10 @@ | |||
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 | "friendsofphp/php-cs-fixer": "~1.9" | 92 | "friendsofphp/php-cs-fixer": "~1.9" |
92 | }, | 93 | }, |
93 | "scripts": { | 94 | "scripts": { |
@@ -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 | }, |