Skip to content

Commit

Permalink
require newer symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Aug 3, 2014
1 parent a5577de commit dc22a83
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 @@ -17,16 +17,16 @@
},
"require": {
"nette/nette": "2.0.*",
"symfony/translation": "~2.4",
"symfony/config": "~2.4"
"symfony/translation": "~2.5",
"symfony/config": "~2.5"
},
"suggest": {
"symfony/locale": "Locale component provides fallback code to handle cases when the intl extension is missing.",
"kdyby/console": "If you wanna use extract command and much others, install also console."
},
"require-dev": {
"nette/tester": "@dev",
"symfony/console": "~2.4"
"symfony/console": "~2.5"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit dc22a83

Please sign in to comment.