Skip to content

Commit

Permalink
Merge pull request #34 from darrynten/dev
Browse files Browse the repository at this point in the history
Live Release 1.0.5
  • Loading branch information
darrynten committed Aug 17, 2018
2 parents 4130ae3 + 3ef4626 commit 8811ee6
Show file tree
Hide file tree
Showing 21 changed files with 424 additions and 331 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php
php:
- 7.1
- 7.2
before_script:
- sudo apt-get install libjpeg-dev libpng-dev libtiff-dev libgif-dev webp openjpeg-tools
- wget https://github.com/ImageMagick/ImageMagick/archive/7.0.7-21.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "darrynten/pslayers",
"description": "PHP Imagick Layers",
"version": "1.0.4",
"version": "1.0.5",
"type": "library",
"require": {
"php": "^7.0",
Expand All @@ -11,7 +11,7 @@
"darrynten/imagick-scripts": "~1.0.1"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"phpunit/phpunit": "^7.0",
"mockery/mockery": "dev-master"
},
"config": {
Expand Down
Loading

0 comments on commit 8811ee6

Please sign in to comment.