Skip to content

Commit

Permalink
Require newer Symfony; Nette ~2.1@dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Jan 7, 2014
1 parent 3a4b552 commit f495b54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"issues": "https://github.com/kdyby/translation/issues"
},
"require": {
"nette/nette": "@dev",
"symfony/translation": "~2.3",
"symfony/config": "~2.3"
"nette/nette": "~2.1@dev",
"symfony/translation": "~2.4",
"symfony/config": "~2.4"
},
"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.3"
"symfony/console": "~2.4"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit f495b54

Please sign in to comment.