File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.0.0-RC1
5
+ ---------
6
+
4
7
* ** 2016-12-02** : [ BC BREAK] Moved all sonata related code to sonata-phpcr-admin-integration-bundle
5
8
* ** 2016-10-10** : [ ORM] Add option to use custom Route class in ORM
6
9
* ** 2016-06-18** : [ BC BREAK] Removed all ` *.class ` parameters.
@@ -9,7 +12,7 @@ Changelog
9
12
* ** 2016-06-18** : [ BC BREAK] Removed the ` getAddFormatPattern() ` /` setAddFormatPattern() `
10
13
and ` getPattern() ` methods from the model ` Route ` .
11
14
* ** 2016-06-18** : [ BC BREAK] Removed the ` getAddTrailingSlash() ` /` setAddTrailingSlash() `
12
- and ` getParent() ` / ` setParent() ` methods from the PHPCR ` Route ` and ` RedirectRoute ` .
15
+ methods from the PHPCR ` Route ` and ` RedirectRoute ` .
13
16
* ** 2016-06-18** : [ BC BREAK] Removed ` RouteAdmin::setControllerResolver() ` and
14
17
` RouteAdmin::$controllerResolver ` .
15
18
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " ^5.5.9 |^7.0" ,
16
- "symfony-cmf/routing" : " ^1.4.0" ,
15
+ "php" : " ^5.6 |^7.0" ,
16
+ "symfony-cmf/routing" : " ^1.4|^2 .0" ,
17
17
"symfony/framework-bundle" : " ^2.8|^3.0"
18
18
},
19
19
"require-dev" : {
28
28
"doctrine/orm" : " ^2.5" ,
29
29
"doctrine/data-fixtures" : " ^1.0.0"
30
30
},
31
- "minimum-stability" : " dev " ,
31
+ "minimum-stability" : " rc " ,
32
32
"prefer-stable" : true ,
33
33
"suggest" : {
34
34
"doctrine/phpcr-odm" : " To enable support for the PHPCR ODM documents (^1.4)" ,
You can’t perform that action at this time.
0 commit comments