File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.0.0
5
+ -----
6
+
7
+ Released 2.0.0
8
+
4
9
2.0.0-RC3
5
10
---------
6
11
Original file line number Diff line number Diff line change 8
8
This bundle is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ )
9
9
and licensed under the [ MIT License] ( LICENSE ) .
10
10
11
- The CoreBundle for the Symfony2 content management framework provides common functionality,
11
+ The CoreBundle for the Symfony content management framework provides common functionality,
12
12
helpers and utilities for the other CMF bundles. The major features are a publish workflow,
13
13
a twig extension and php templating helper to walk PHPCR-ODM trees and support for optional
14
14
translated content.
Original file line number Diff line number Diff line change 20
20
"symfony/phpunit-bridge" : " ^3.2" ,
21
21
"mockery/mockery" : " ^0.9.4" ,
22
22
"symfony-cmf/routing-bundle" : " ^2.0" ,
23
- "symfony-cmf/testing" : " ^1.3|^ 2.0" ,
23
+ "symfony-cmf/testing" : " ^2.0" ,
24
24
"doctrine/dbal" : " 2.5.*" ,
25
25
"doctrine/phpcr-odm" : " ^1.0"
26
26
},
27
- "minimum-stability" : " RC" ,
28
27
"prefer-stable" : true ,
29
28
"suggest" : {
30
29
"symfony/twig-bundle" : " To get access to the CMF twig extension (^2.1)" ,
31
30
"doctrine/phpcr-bundle" : " To be able to use the CMF twig extension (^1.0)" ,
32
31
"doctrine/phpcr-odm" : " To be able to use the CMF twig extension (^1.0)" ,
33
32
"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 )" ,
35
34
"symfony-cmf/routing-bundle" : " To be able to enable the publish_workflow_listener (^2.0)" ,
36
35
"symfony-cmf/sonata-admin-integration-bundle" : " To provide an admin interface for the PHPCR ODM documents."
37
36
},
You can’t perform that action at this time.
0 commit comments