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 #192 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 15, 2014
2 parents 0c9f93c + 67ebd92 commit 6f56e6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Symfony CMF project makes it easier for **developers** to add **CMS function

## Requirements

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


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"minimum-stability":"dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.2",
"symfony/framework-bundle": "~2.3",
"doctrine/phpcr-bundle": "1.1.*",
"doctrine/phpcr-odm": "1.1.*",
"symfony-cmf/core-bundle": "1.1.*",
Expand Down

0 comments on commit 6f56e6a

Please sign in to comment.