diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-14 18:23:03 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:35:39 +0100 |
commit | 31e33fc42e76bad4aca448f13f3f6fc7fd1f0641 (patch) | |
tree | 06b9848db37b2774fc1d277ee92c5851696e36a2 /composer.json | |
parent | 73cd160bfc6e4a1b88f2117eb0c097a91ac5c753 (diff) | |
download | wallabag-31e33fc42e76bad4aca448f13f3f6fc7fd1f0641.tar.gz wallabag-31e33fc42e76bad4aca448f13f3f6fc7fd1f0641.tar.zst wallabag-31e33fc42e76bad4aca448f13f3f6fc7fd1f0641.zip |
Update to Symfony 3.0.x
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", |