diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 46630f77..78b32307 100644 --- a/composer.json +++ b/composer.json | |||
@@ -28,8 +28,8 @@ | |||
28 | "issues": "https://github.com/wallabag/wallabag/issues" | 28 | "issues": "https://github.com/wallabag/wallabag/issues" |
29 | }, | 29 | }, |
30 | "require": { | 30 | "require": { |
31 | "php": ">=5.5.0", | 31 | "php": ">=5.5.9", |
32 | "symfony/symfony": "~2.8", | 32 | "symfony/symfony": "3.0.*", |
33 | "doctrine/orm": "^2.5", | 33 | "doctrine/orm": "^2.5", |
34 | "doctrine/doctrine-bundle": "^1.6", | 34 | "doctrine/doctrine-bundle": "^1.6", |
35 | "doctrine/doctrine-cache-bundle": "^1.2", | 35 | "doctrine/doctrine-cache-bundle": "^1.2", |
@@ -66,9 +66,9 @@ | |||
66 | }, | 66 | }, |
67 | "require-dev": { | 67 | "require-dev": { |
68 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 68 | "doctrine/doctrine-fixtures-bundle": "~2.2", |
69 | "sensio/generator-bundle": "~3.0", | 69 | "sensio/generator-bundle": "^3.0", |
70 | "phpunit/phpunit": "~4.4", | 70 | "phpunit/phpunit": "~4.4", |
71 | "symfony/phpunit-bridge": "~2.7" | 71 | "symfony/phpunit-bridge": "^2.7" |
72 | }, | 72 | }, |
73 | "scripts": { | 73 | "scripts": { |
74 | "build-parameters": [ | 74 | "build-parameters": [ |
@@ -91,7 +91,10 @@ | |||
91 | }, | 91 | }, |
92 | "extra": { | 92 | "extra": { |
93 | "symfony-app-dir": "app", | 93 | "symfony-app-dir": "app", |
94 | "symfony-bin-dir": "bin", | ||
95 | "symfony-var-dir": "var", | ||
94 | "symfony-web-dir": "web", | 96 | "symfony-web-dir": "web", |
97 | "symfony-tests-dir": "tests", | ||
95 | "symfony-assets-install": "relative", | 98 | "symfony-assets-install": "relative", |
96 | "incenteev-parameters": { | 99 | "incenteev-parameters": { |
97 | "file": "app/config/parameters.yml", | 100 | "file": "app/config/parameters.yml", |