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 6
6
- 5.5
7
7
8
8
env :
9
- - SYMFONY_VERSION=2.2.*
10
9
- SYMFONY_VERSION=2.3.*
11
10
- SYMFONY_VERSION=2.4.*
12
11
- SYMFONY_VERSION=dev-master
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 1.2.0-RC2
5
+ ---------
6
+
7
+ * ** 2014-04-11** : drop Symfony 2.2 compatibility
8
+
4
9
1.2.0-RC1
5
10
---------
6
11
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ controller for redirection routes.
15
15
16
16
## Requirements
17
17
18
- * Symfony 2.2.x
18
+ * Symfony 2.3+
19
19
* See also the ` require ` section of [ composer.json] ( composer.json )
20
20
21
21
Original file line number Diff line number Diff line change 16
16
"require" : {
17
17
"php" : " >=5.3.3" ,
18
18
"symfony-cmf/routing" : " ~1.2.0" ,
19
- "symfony/framework-bundle" : " ~2.2 "
19
+ "symfony/framework-bundle" : " ~2.3 "
20
20
},
21
21
"require-dev" : {
22
22
"symfony-cmf/core-bundle" : " ~1.1" ,
23
23
"symfony-cmf/testing" : " 1.1.*" ,
24
24
"matthiasnoback/symfony-dependency-injection-test" : " 0.*" ,
25
25
"matthiasnoback/symfony-config-test" : " 0.*" ,
26
26
"sonata-project/doctrine-phpcr-admin-bundle" : " 1.1.*" ,
27
- "symfony/monolog-bundle" : " 2.2 .*" ,
27
+ "symfony/monolog-bundle" : " 2.3 .*" ,
28
28
"doctrine/orm" : " 2.3.*"
29
29
},
30
30
"suggest" : {
33
33
"doctrine/orm" : " To enable support for the ORM entities" ,
34
34
35
35
"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" ,
37
37
38
38
"sonata-project/doctrine-phpcr-admin-bundle" : " To provide an admin interface for the PHPCR ODM documents"
39
39
},
You can’t perform that action at this time.
0 commit comments