Skip to content

Commit 57281c5

Browse files
committed
Prepare 2.0.0-RC1
1 parent 8312f3a commit 57281c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
2.0.0-RC1
5+
---------
6+
47
* **2017-01-17**: [BC BREAK] Removed DoctrineOrmMappingsPass - all active Doctrine versions contain the mapping pass. Use `Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass` instead.
58
* **2017-01-13**: [BC BREAK] Removed the `Slugifier` classes and the
69
dependency on `symfony-cmf/slugifier-api`.

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^5.6.0|^7.0",
15+
"php": "^5.6|^7.0",
1616
"symfony/framework-bundle": "^2.8|^3.0"
1717
},
1818
"require-dev": {
@@ -24,7 +24,7 @@
2424
"doctrine/dbal": "2.5.*",
2525
"doctrine/phpcr-odm": "^1.0|^2.0"
2626
},
27-
"minimum-stability": "dev",
27+
"minimum-stability": "RC",
2828
"prefer-stable": true,
2929
"suggest": {
3030
"symfony/twig-bundle": "To get access to the CMF twig extension (^2.1)",

0 commit comments

Comments
 (0)