Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Merge branch '2.x' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Jan 18, 2016
2 parents 050e5b1 + d2a80f3 commit 15c7c77
Show file tree
Hide file tree
Showing 8 changed files with 1,823 additions and 660 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php
sudo: false

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Imagine Plugin for CakePHP3 #

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.txt)
[![Build Status](https://img.shields.io/travis/burzum/cakephp-imagine-plugin/3.0.svg?style=flat-square)](https://travis-ci.org/burzum/cakephp-imagine-plugin)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.txt)
[![Build Status](https://img.shields.io/travis/burzum/cakephp-imagine-plugin/3.0.svg?style=flat-square)](https://travis-ci.org/burzum/cakephp-imagine-plugin)
[![Coverage Status](https://img.shields.io/coveralls/burzum/cakephp-imagine-plugin/3.0.svg?style=flat-square)](https://coveralls.io/r/burzum/cakephp-imagine-plugin)

The **Imagine** plugin is a CakePHP wrapper around the [Imagine image manipulation library](https://github.com/avalanche123/Imagine). It makes it very easy to manipulate image data like resize, thumbnail, crop or even to do more complex tasks like creating a photo collage. Also it abstracts the different ways, GD, Imagick, Imagick Shell to work with image data in php.
Expand Down Expand Up @@ -30,8 +30,6 @@ Contributing

To contribute to this plugin please follow a few basic rules.

To contribute to this plugin please follow a few basic rules.

* Pull requests must be send to the ```develop``` branch.
* Contributions must follow the [PSR2-**R** coding standard recommendation](https://github.com/php-fig-rectified/fig-rectified-standards).
* [Unit tests](http://book.cakephp.org/3.0/en/development/testing.html) are required.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cakephp/plugin-installer": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 15c7c77

Please sign in to comment.