Skip to content

Commit

Permalink
Upgrade Symfony dependencies to version 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DjLeChuck committed Jan 9, 2018
1 parent 020da24 commit 8b19984
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 @@ -7,10 +7,10 @@
"php": ">=5.6"
},
"require-dev": {
"symfony/dependency-injection": "~2.5.0",
"symfony/config": "~2.5.0",
"symfony/form": "~2.5.0",
"symfony/http-kernel" : "~2.5.0"
"symfony/dependency-injection": "~2.8.0",
"symfony/config": "~2.8.0",
"symfony/form": "~2.8.0",
"symfony/http-kernel" : "~2.8.0"
},
"suggest": {
},
Expand Down

0 comments on commit 8b19984

Please sign in to comment.