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 11Changelog
22=========
33
4+ 2.0.0-RC1
5+ ---------
6+
47 * ** 2016-12-02** : [ BC BREAK] Moved all sonata related code to sonata-phpcr-admin-integration-bundle
58 * ** 2016-10-10** : [ ORM] Add option to use custom Route class in ORM
69 * ** 2016-06-18** : [ BC BREAK] Removed all ` *.class ` parameters.
@@ -9,7 +12,7 @@ Changelog
912 * ** 2016-06-18** : [ BC BREAK] Removed the ` getAddFormatPattern() ` /` setAddFormatPattern() `
1013 and ` getPattern() ` methods from the model ` Route ` .
1114 * ** 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 ` .
1316 * ** 2016-06-18** : [ BC BREAK] Removed ` RouteAdmin::setControllerResolver() ` and
1417 ` RouteAdmin::$controllerResolver ` .
1518
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "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" ,
1717 "symfony/framework-bundle" : " ^2.8|^3.0"
1818 },
1919 "require-dev" : {
2828 "doctrine/orm" : " ^2.5" ,
2929 "doctrine/data-fixtures" : " ^1.0.0"
3030 },
31- "minimum-stability" : " dev " ,
31+ "minimum-stability" : " rc " ,
3232 "prefer-stable" : true ,
3333 "suggest" : {
3434 "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