Skip to content

Commit b93704c

Browse files
committed
Merge pull request #169 from symfony-cmf/prepare-1.4
use stable dependencies
2 parents 8f17286 + 4702c26 commit b93704c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DynamicRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function supports($name)
210210
* request method is not allowed
211211
*
212212
* @deprecated Use matchRequest exclusively to avoid problems. This method will be removed in version 2.0
213-
*
213+
*
214214
* @api
215215
*/
216216
public function match($pathinfo)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"psr/log": "1.*"
1919
},
2020
"require-dev": {
21-
"symfony-cmf/testing": "^1.3@dev",
21+
"symfony-cmf/testing": "^1.3",
2222
"symfony/dependency-injection": "^2.0.5|3.*",
2323
"symfony/config": "^2.2|3.*",
2424
"symfony/event-dispatcher": "^2.1|3.*",
25-
"friendsofsymfony/jsrouting-bundle": "@dev"
25+
"friendsofsymfony/jsrouting-bundle": "^1.1"
2626
},
2727
"suggest": {
2828
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"

0 commit comments

Comments
 (0)