File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 1.0.0-RC1
5
+ ---------
6
+
4
7
* ** 2013-07-31** : [ EventDispatcher] Added events to the dynamic router at the start of match and matchRequest
5
8
* ** 2013-07-29** : [ DependencyInjection] restructured ` phpcr_provider ` config into ` persistence ` -> ` phpcr ` to match other Bundles
6
9
* ** 2013-07-28** : [ DependencyInjection] added ` enabled ` flag to ` phpcr_provider ` config
@@ -10,6 +13,7 @@ Changelog
10
13
* ** 2013-07-17** : [ FormType] Moved TermsFormType to CoreBundle and renamed it to CheckboxUrlLableFormType
11
14
12
15
1.1.0-beta2
16
+ -----------
13
17
14
18
* ** 2013-05-28** : [ Bundle] Only include Doctrine PHPCR compiler pass if PHPCR-ODM is present
15
19
* ** 2013-05-25** : [ Bundle] Drop symfony_ from symfony_cmf prefix
Original file line number Diff line number Diff line change 15
15
"prefer-stable" : false ,
16
16
"require" : {
17
17
"php" : " >=5.3.3" ,
18
- "symfony-cmf/routing" : " dev-master " ,
18
+ "symfony-cmf/routing" : " ~1.1.0-RC1 " ,
19
19
"symfony/framework-bundle" : " ~2.2"
20
20
},
21
21
"require-dev" : {
You can’t perform that action at this time.
0 commit comments