Skip to content

Commit

Permalink
Use Symfony LTS version as minimum version for the symfony packages
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed May 19, 2015
1 parent e569978 commit d12b1d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"require": {
"php": ">=5.3",
"composer-plugin-api": "~1.0",
"symfony/console": "~2.6",
"symfony/expression-language": "~2.6",
"symfony/process": "~2.6",
"symfony/filesystem": "~2.6",
"symfony/finder": "~2.6",
"symfony/yaml": "~2.6",
"symfony/dependency-injection": "~2.6",
"symfony/config": "~2.6",
"symfony/console": "^2.3",
"symfony/expression-language": "^2.3",
"symfony/process": "^2.3",
"symfony/filesystem": "^2.3",
"symfony/finder": "^2.3",
"symfony/yaml": "^2.3",
"symfony/dependency-injection": "^2.3",
"symfony/config": "^2.3",
"doctrine/collections": "~1.2",
"gitonomy/gitlib": "~0.1.7"
},
Expand Down

0 comments on commit d12b1d6

Please sign in to comment.