Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit bfb5985

Browse files
committed
Merge pull request #61 from symfony-cmf/drop_2_2
drop Symfony 2.2 support
2 parents e4b9098 + 0e5c282 commit bfb5985

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
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.0.3
5+
-----
6+
7+
* **2014-04-11**: drop Symfony 2.2 compatibility
8+
49
1.0.0-RC3
510
---------
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The TreeBrowserBundle provides tree navigation for the PHP Content Repository
1616

1717
## Requirements
1818

19-
* Symfony 2.2.x
19+
* Symfony 2.3+
2020
* FOSJsRoutingBundle
2121
* jQuery (SonatajQueryBundle strongly suggested)
2222
* See also the `require` section of [composer.json](composer.json)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"minimum-stability": "dev",
1515
"require": {
1616
"php": ">=5.3.3",
17-
"symfony/framework-bundle": "~2.2",
17+
"symfony/framework-bundle": "~2.3",
1818
"friendsofsymfony/jsrouting-bundle": "~1.1"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)