Skip to content

Commit

Permalink
Merge branch 'v3.2' of github.com:dvlpp/sharp into v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Oct 7, 2019
2 parents 854e60d + ac992ba commit 661c3c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ php:
- 5.4
- 5.5
- 5.6
- 5.7
- 5.8
- hhvm

before_script:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
}],
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"laravelcollective/html": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"laravelcollective/html": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"intervention/image": "2.*",
"erusev/parsedown": "~1.1",
"mustache/mustache": "~2.6.0"
},
"require-dev": {
"laravel/laravel": "5.6.*",
"laravel/laravel": "5.8.*",
"laravel/browser-kit-testing": "^4.0",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
Expand Down

0 comments on commit 661c3c7

Please sign in to comment.