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

Commit

Permalink
Merge pull request #106 from symfony-cmf/drop_2_2
Browse files Browse the repository at this point in the history
drop Symfony 2.2 support
  • Loading branch information
dbu committed Apr 14, 2014
2 parents f7899ee + 03b147d commit bdebc0f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ php:
- 5.5

env:
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=dev-master
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.1.0-RC2
---------

* **2014-04-11**: drop Symfony 2.2 compatibility

1.1.0-RC1
---------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The ContentBundle provides a document for static content and the controller to r

## Requirements

* Symfony 2.2.x
* Symfony 2.3+
* See also the `require` section of [composer.json](composer.json)

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefer-stable": false,
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.2",
"symfony/framework-bundle": "~2.3",
"symfony-cmf/core-bundle": ">=1.0.0,<1.2-dev"
},
"require-dev": {
Expand All @@ -25,7 +25,7 @@
"sonata-project/doctrine-phpcr-admin-bundle": "1.1.*",
"symfony-cmf/menu-bundle": "1.1.*",
"symfony-cmf/routing-bundle": "1.2.*",
"symfony/monolog-bundle": "2.2.*"
"symfony/monolog-bundle": "2.3.*"
},
"suggest": {
"symfony-cmf/menu-bundle": "Have editable menus for content",
Expand Down

0 comments on commit bdebc0f

Please sign in to comment.