Skip to content

Commit abf7cc2

Browse files
committed
Merge pull request #233 from symfony-cmf/drop_2_2
drop Symfony 2.2 support
2 parents 56a42f6 + b277aac commit abf7cc2

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66
- 5.5
77

88
env:
9-
- SYMFONY_VERSION=2.2.*
109
- SYMFONY_VERSION=2.3.*
1110
- SYMFONY_VERSION=2.4.*
1211
- SYMFONY_VERSION=dev-master

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+
1.2.0-RC2
5+
---------
6+
7+
* **2014-04-11**: drop Symfony 2.2 compatibility
8+
49
1.2.0-RC1
510
---------
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
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": {
@@ -33,7 +33,7 @@
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
},

0 commit comments

Comments
 (0)