File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ public function supports($name)
210
210
* request method is not allowed
211
211
*
212
212
* @deprecated Use matchRequest exclusively to avoid problems. This method will be removed in version 2.0
213
- *
213
+ *
214
214
* @api
215
215
*/
216
216
public function match ($ pathinfo )
Original file line number Diff line number Diff line change 18
18
"psr/log" : " 1.*"
19
19
},
20
20
"require-dev" : {
21
- "symfony-cmf/testing" : " ^1.3@dev " ,
21
+ "symfony-cmf/testing" : " ^1.3" ,
22
22
"symfony/dependency-injection" : " ^2.0.5|3.*" ,
23
23
"symfony/config" : " ^2.2|3.*" ,
24
24
"symfony/event-dispatcher" : " ^2.1|3.*" ,
25
- "friendsofsymfony/jsrouting-bundle" : " @dev "
25
+ "friendsofsymfony/jsrouting-bundle" : " ^1.1 "
26
26
},
27
27
"suggest" : {
28
28
"symfony/event-dispatcher" : " DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
You can’t perform that action at this time.
0 commit comments