Skip to content

Commit

Permalink
Bump requirement since we use Request::getSchemeAndHttpHost from sf 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Oct 29, 2013
1 parent 81140d6 commit 042f6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"symfony/framework-bundle": "~2.0"
"symfony/framework-bundle": "~2.1"
},
"require-dev": {
"mockery/mockery": "dev-master"
Expand All @@ -26,7 +26,7 @@
"target-dir": "Nelmio/CorsBundle",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
"dev-master": "1.2.x-dev"
}
}
}

0 comments on commit 042f6bf

Please sign in to comment.