Skip to content

Commit

Permalink
Merge branch 'bump-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsaunier committed Jul 10, 2017
2 parents 8970db8 + 1a561ec commit 749e0c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"evaneos/dic-it": "~2.1",
"stack/builder": "~1.0",
"stack/run": "~1.0",
"symfony/http-foundation": "~2.7",
"symfony/http-kernel": "~2.7",
"symfony/routing": "~2.7",
"symfony/yaml": "~2.7",
"symfony/http-foundation": "^2.8|^3.0",
"symfony/http-kernel": "^2.8|^3.0",
"symfony/routing": "^2.8|^3.0",
"symfony/yaml": "^2.8|^3.0",
"monolog/monolog": "~1.11",
"twig/twig": "~1.0",
"symfony/event-dispatcher": "~2.7"
"symfony/event-dispatcher": "^2.8|^3.0"
},
"suggest": {
"ramsey/uuid": "Request ID middleware"
Expand All @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
"dev-master": "4.3.x-dev"
}
}
}

0 comments on commit 749e0c8

Please sign in to comment.