diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-30 11:08:38 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-30 11:08:38 +0100 |
commit | d68e045d86278c775511cb9bbefd43a7c6e61eb7 (patch) | |
tree | 9651654bb97ff8cc5b7af4bcee3b86b25944e082 | |
parent | ad51d77146494f04466c288b05b57b0d96113fd5 (diff) | |
download | wallabag-d68e045d86278c775511cb9bbefd43a7c6e61eb7.tar.gz wallabag-d68e045d86278c775511cb9bbefd43a7c6e61eb7.tar.zst wallabag-d68e045d86278c775511cb9bbefd43a7c6e61eb7.zip |
Upgrade to Symfony 3.2
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a5ef9529..d6211328 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.1.*", | 46 | "symfony/symfony": "3.2.*", |
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", |