Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 27, 2019
1 parent 99ae107 commit 1460f47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to laravel-glide will be documented in this file.

## 3.2.2 - 2019-02-27
- support for Laravel 5.8

## 3.2.2 - 2018-08-28
- support for Laravel 5.7

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
],
"require": {
"php": "^7.0",
"laravel/framework": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"laravel/framework": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"league/glide": "^1.0"

},
"require-dev": {
"phpunit/phpunit": "6.*|7.*",
"orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0"
"orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0|~5.8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1460f47

Please sign in to comment.