Skip to content

Commit

Permalink
Merge pull request #142 from DraperStudio/master
Browse files Browse the repository at this point in the history
update to symfony 2.7
  • Loading branch information
mledoze committed Jun 20, 2015
2 parents 8298119 + 67df166 commit c628f98
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 @@ -16,8 +16,8 @@
],
"require": {
"php": ">=5.4",
"symfony/console": "2.6.6",
"symfony/yaml": "2.6.6"
"symfony/console": "~2.7",
"symfony/yaml": "~2.7"
},
"dist": {
"url": "https://github.com/mledoze/countries/archive/master.zip",
Expand All @@ -26,4 +26,4 @@
"autoload": {
"psr-4": {"MLD\\": "src/MLD"}
}
}
}

0 comments on commit c628f98

Please sign in to comment.