Skip to content

Commit

Permalink
bumped deps on 2.8 in all composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 10, 2015
1 parent 7d7c6a5 commit b0bd569
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,36 @@
],
"require": {
"php": ">=5.5.9",
"symfony/asset": "~2.7|~3.0",
"symfony/dependency-injection" : "~2.7|~3.0",
"symfony/config" : "~2.7|~3.0",
"symfony/event-dispatcher": "~2.7|~3.0",
"symfony/http-foundation": "~2.7|~3.0",
"symfony/http-kernel": "~2.7|~3.0",
"symfony/filesystem": "~2.7|~3.0",
"symfony/asset": "~2.8|~3.0",
"symfony/dependency-injection" : "~2.8|~3.0",
"symfony/config" : "~2.8|~3.0",
"symfony/event-dispatcher": "~2.8|~3.0",
"symfony/http-foundation": "~2.8|~3.0",
"symfony/http-kernel": "~2.8|~3.0",
"symfony/filesystem": "~2.8|~3.0",
"symfony/routing": "~3.0",
"symfony/security-core": "~2.7|~3.0",
"symfony/security-csrf": "~2.7|~3.0",
"symfony/stopwatch": "~2.7|~3.0",
"symfony/templating": "~2.7|~3.0",
"symfony/translation": "~2.7|~3.0",
"symfony/security-core": "~2.8|~3.0",
"symfony/security-csrf": "~2.8|~3.0",
"symfony/stopwatch": "~2.8|~3.0",
"symfony/templating": "~2.8|~3.0",
"symfony/translation": "~2.8|~3.0",
"doctrine/annotations": "~1.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/browser-kit": "~2.7|~3.0",
"symfony/console": "~2.7|~3.0",
"symfony/css-selector": "~2.7|~3.0",
"symfony/dom-crawler": "~2.7|~3.0",
"symfony/finder": "~2.7|~3.0",
"symfony/intl": "~2.7|~3.0",
"symfony/security": "~2.7|~3.0",
"symfony/form": "~2.7|~3.0",
"symfony/class-loader": "~2.7|~3.0",
"symfony/expression-language": "~2.7|~3.0",
"symfony/process": "~2.7|~3.0",
"symfony/validator": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0"
"symfony/phpunit-bridge": "~2.8|~3.0",
"symfony/browser-kit": "~2.8|~3.0",
"symfony/console": "~2.8|~3.0",
"symfony/css-selector": "~2.8|~3.0",
"symfony/dom-crawler": "~2.8|~3.0",
"symfony/finder": "~2.8|~3.0",
"symfony/intl": "~2.8|~3.0",
"symfony/security": "~2.8|~3.0",
"symfony/form": "~2.8|~3.0",
"symfony/class-loader": "~2.8|~3.0",
"symfony/expression-language": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0",
"symfony/validator": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0"
},
"suggest": {
"symfony/console": "For using the console commands",
Expand Down

0 comments on commit b0bd569

Please sign in to comment.