diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 3300c0fb..4018cd51 100644 --- a/composer.json +++ b/composer.json | |||
@@ -29,9 +29,9 @@ | |||
29 | }, | 29 | }, |
30 | "require": { | 30 | "require": { |
31 | "php": ">=5.5.0", | 31 | "php": ">=5.5.0", |
32 | "symfony/symfony": "~2.7.0", | 32 | "symfony/symfony": "~2.8", |
33 | "doctrine/orm": "~2.3", | 33 | "doctrine/orm": "~2.3", |
34 | "doctrine/doctrine-bundle": "1.5.2", | 34 | "doctrine/doctrine-bundle": "~1.5", |
35 | "twig/extensions": "~1.0", | 35 | "twig/extensions": "~1.0", |
36 | "symfony/assetic-bundle": "~2.3", | 36 | "symfony/assetic-bundle": "~2.3", |
37 | "symfony/swiftmailer-bundle": "~2.3", | 37 | "symfony/swiftmailer-bundle": "~2.3", |
@@ -67,7 +67,7 @@ | |||
67 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", | 67 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", |
68 | "sensio/generator-bundle": "~2.5", | 68 | "sensio/generator-bundle": "~2.5", |
69 | "phpunit/phpunit": "~4.4", | 69 | "phpunit/phpunit": "~4.4", |
70 | "symfony/phpunit-bridge": "~2.7.0" | 70 | "symfony/phpunit-bridge": "~2.7" |
71 | }, | 71 | }, |
72 | "repositories": [ | 72 | "repositories": [ |
73 | { | 73 | { |