Skip to content

Commit

Permalink
Merge pull request #169 from symfony-cmf/prepare-1.4
Browse files Browse the repository at this point in the history
use stable dependencies
  • Loading branch information
dbu committed Mar 31, 2016
2 parents 8f17286 + 4702c26 commit b93704c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DynamicRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public function supports($name)
* request method is not allowed
*
* @deprecated Use matchRequest exclusively to avoid problems. This method will be removed in version 2.0
*
*
* @api
*/
public function match($pathinfo)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"psr/log": "1.*"
},
"require-dev": {
"symfony-cmf/testing": "^1.3@dev",
"symfony-cmf/testing": "^1.3",
"symfony/dependency-injection": "^2.0.5|3.*",
"symfony/config": "^2.2|3.*",
"symfony/event-dispatcher": "^2.1|3.*",
"friendsofsymfony/jsrouting-bundle": "@dev"
"friendsofsymfony/jsrouting-bundle": "^1.1"
},
"suggest": {
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
Expand Down

0 comments on commit b93704c

Please sign in to comment.