Skip to content

Commit ea5ac93

Browse files
committed
Prepare 2.0-RC1
1 parent 2c3b45a commit ea5ac93

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
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": {
@@ -28,7 +28,7 @@
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)",

0 commit comments

Comments
 (0)