Skip to content

Commit a69c38b

Browse files
committed
feature #405 Upgraded the application to Symfony 3.2.0 (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #405). Discussion ---------- Upgraded the application to Symfony 3.2.0 Commits ------- 13b1eb8 Upgraded the application to Symfony 3.2.0
2 parents 243be0b + 13b1eb8 commit a69c38b

File tree

2 files changed

+172
-165
lines changed

2 files changed

+172
-165
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"sensio/framework-extra-bundle" : "^3.0",
2424
"symfony/monolog-bundle" : "^2.8",
2525
"symfony/swiftmailer-bundle" : "^2.3",
26-
"symfony/symfony" : "^3.2-beta1",
26+
"symfony/symfony" : "^3.2",
2727
"twig/extensions" : "^1.3",
28-
"twig/twig" : "^1.27",
28+
"twig/twig" : "^1.28",
2929
"white-october/pagerfanta-bundle" : "^1.0"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)