Skip to content

Commit

Permalink
add support for 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trsteel88 committed Nov 27, 2014
1 parent 416cf4a commit 2144471
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
- SYMFONY_VERSION="2.3.*"
- SYMFONY_VERSION="2.4.*"
- SYMFONY_VERSION="2.5.*"
- SYMFONY_VERSION="2.6.*"

before_script:
- composer require --no-update symfony/framework-bundle:${SYMFONY_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
### Step 1: Add TrsteelCkeditorBundle to your composer.json

```bash
php composer.phar require Trsteel/ckeditor-bundle ~1.5
php composer.phar require Trsteel/ckeditor-bundle ~1.6
```

### Step 2: Enable the bundle
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": "2.*,<2.6",
"symfony/form": ">=2.1,<2.6-dev",
"twig/twig": ">=1.1,<2.0-dev",
"symfony/framework-bundle": "2.*,<2.7",
"symfony/form": ">=2.1,<2.7",
"twig/twig": ">=1.1,<2.0",
"ezyang/htmlpurifier": "~4.0"
},
"require-dev": {
"symfony/twig-bundle": "2.*,<2.6",
"symfony/twig-bundle": "2.*,<2.7",
"symfony/yaml": "~2.0"
},
"autoload": {
Expand All @@ -27,7 +27,7 @@
"target-dir": "Trsteel/CkeditorBundle",
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
"dev-master": "1.6.x-dev"
}
}
}

0 comments on commit 2144471

Please sign in to comment.