diff --git a/.travis.yml b/.travis.yml index f2dac75..33c4716 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ php: - 5.5 env: - - SYMFONY_VERSION=2.2.* - SYMFONY_VERSION=2.3.* - SYMFONY_VERSION=2.4.* - SYMFONY_VERSION=dev-master diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f30043..ebeda30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +1.1.0-RC2 +--------- + +* **2014-04-11**: drop Symfony 2.2 compatibility + 1.1.0-RC1 --------- diff --git a/README.md b/README.md index 3e73485..ba44b2e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 2d77659..dd162ca 100644 --- a/composer.json +++ b/composer.json @@ -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": { @@ -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",