Skip to content

Commit

Permalink
Merge pull request #210 from jmolivas/update-symfony-2.5.0
Browse files Browse the repository at this point in the history
Update to Symfony 2.5
  • Loading branch information
jmolivas committed Oct 4, 2014
2 parents 660a71b + bb64faa commit 4fecc7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
],
"require": {
"php": ">=5.4.2",
"symfony/console": "~2.4.0",
"symfony/finder": "~2.4.0",
"symfony/dependency-injection": "~2.4.0",
"symfony/console": "2.5.*",
"symfony/finder": "2.5.*",
"symfony/dependency-injection": "2.5.*",
"twig/twig": "~1.15",
"composer/installers": "~1.0"
},
Expand Down

0 comments on commit 4fecc7b

Please sign in to comment.