File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 66 - 5.5
77
88env :
9- - SYMFONY_VERSION=2.2.*
109 - SYMFONY_VERSION=2.3.*
1110 - SYMFONY_VERSION=2.4.*
1211 - SYMFONY_VERSION=dev-master
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.2.0-RC2
5+ ---------
6+
7+ * ** 2014-04-11** : drop Symfony 2.2 compatibility
8+
491.2.0-RC1
510---------
611
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ controller for redirection routes.
1515
1616## Requirements
1717
18- * Symfony 2.2.x
18+ * Symfony 2.3+
1919* See also the ` require ` section of [ composer.json] ( composer.json )
2020
2121
Original file line number Diff line number Diff line change 1616 "require" : {
1717 "php" : " >=5.3.3" ,
1818 "symfony-cmf/routing" : " ~1.2.0" ,
19- "symfony/framework-bundle" : " ~2.2 "
19+ "symfony/framework-bundle" : " ~2.3 "
2020 },
2121 "require-dev" : {
2222 "symfony-cmf/core-bundle" : " ~1.1" ,
2323 "symfony-cmf/testing" : " 1.1.*" ,
2424 "matthiasnoback/symfony-dependency-injection-test" : " 0.*" ,
2525 "matthiasnoback/symfony-config-test" : " 0.*" ,
2626 "sonata-project/doctrine-phpcr-admin-bundle" : " 1.1.*" ,
27- "symfony/monolog-bundle" : " 2.2 .*" ,
27+ "symfony/monolog-bundle" : " 2.3 .*" ,
2828 "doctrine/orm" : " 2.3.*"
2929 },
3030 "suggest" : {
3333 "doctrine/orm" : " To enable support for the ORM entities" ,
3434
3535 "symfony-cmf/content-bundle" : " To optionally use the configured value for 'content_basepath' from the CoreBundle" ,
36- "symfony-cmf/core-bundle" : " For compatibility with Symfony 2.2 and easier configuration" ,
36+ "symfony-cmf/core-bundle" : " For easier configuration" ,
3737
3838 "sonata-project/doctrine-phpcr-admin-bundle" : " To provide an admin interface for the PHPCR ODM documents"
3939 },
You can’t perform that action at this time.
0 commit comments