Skip to content

Commit

Permalink
some little fixes. This package requires at least CakePHP 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Sep 2, 2017
1 parent e05f310 commit 1339ea7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ matrix:
- php: 7.0
env: COVERAGE=1

- php: 7.0
env: CAKEPHP_VERSION="3.4.*"

install:
- printf "\n" | pecl install imagick
- composer self-update
- composer install --prefer-dist --no-interaction
- if [[ ! -z "$CAKEPHP_VERSION" ]]; then composer require --update-with-dependencies cakephp/cakephp:${CAKEPHP_VERSION}; fi

script:
- if [[ $PHPCS != '1' && $COVERAGE != '1' ]]; then vendor/bin/phpunit --exclude-group imageEquals; fi
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 1.x branch
## 1.1 branch
# 1.1.2
* updated for intervention/image 2.4.
* updated for intervention/image 2.4;
* some little fixes. This package requires at least CakePHP 3.4.

# 1.1.1
* fixed bug when using similar format name, , as `jpeg` or `tif`;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}],
"require": {
"php": ">=5.5.9",
"cakephp/cakephp": ">=3.2.0 <4.0",
"cakephp/cakephp": ">=3.4 <4.0",
"intervention/image": "^2.4"
},
"require-dev": {
Expand Down

0 comments on commit 1339ea7

Please sign in to comment.