Skip to content

Commit f48a63e

Browse files
authored
prepare release 2.0.0 (#228)
1 parent f8a91b5 commit f48a63e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
2.0.0
5+
-----
6+
7+
Released 2.0.0
8+
49
2.0.0-RC3
510
---------
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/)
99
and licensed under the [MIT License](LICENSE).
1010

11-
The CoreBundle for the Symfony2 content management framework provides common functionality,
11+
The CoreBundle for the Symfony content management framework provides common functionality,
1212
helpers and utilities for the other CMF bundles. The major features are a publish workflow,
1313
a twig extension and php templating helper to walk PHPCR-ODM trees and support for optional
1414
translated content.

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@
2020
"symfony/phpunit-bridge": "^3.2",
2121
"mockery/mockery": "^0.9.4",
2222
"symfony-cmf/routing-bundle": "^2.0",
23-
"symfony-cmf/testing": "^1.3|^2.0",
23+
"symfony-cmf/testing": "^2.0",
2424
"doctrine/dbal": "2.5.*",
2525
"doctrine/phpcr-odm": "^1.0"
2626
},
27-
"minimum-stability": "RC",
2827
"prefer-stable": true,
2928
"suggest": {
3029
"symfony/twig-bundle": "To get access to the CMF twig extension (^2.1)",
3130
"doctrine/phpcr-bundle": "To be able to use the CMF twig extension (^1.0)",
3231
"doctrine/phpcr-odm": "To be able to use the CMF twig extension (^1.0)",
3332
"symfony/security-bundle": "To be able to use the publish workflow system (^2.1)",
34-
"symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable (^1.2)",
33+
"symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable (^2.0)",
3534
"symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener (^2.0)",
3635
"symfony-cmf/sonata-admin-integration-bundle": "To provide an admin interface for the PHPCR ODM documents."
3736
},

0 commit comments

Comments
 (0)