Skip to content

Commit

Permalink
Merge pull request #2 from rokka-io/laravel-8
Browse files Browse the repository at this point in the history
laravel 8 support
  • Loading branch information
lsmith77 authored Sep 25, 2020
2 parents 1e74bbb + 37acc3a commit d132793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 0.4.2
- Added Laravel 8.0 compatibility

## Version 0.4.1
- Added Laravel 7.0 compatibility

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/rokka-io/rokka-laravel",
"keywords": ["Laravel", "Rokka", "image", "resizing"],
"require": {
"illuminate/support": "^5|^6|^7",
"illuminate/support": "^5|^6|^7|^8",
"rokka/client": "^1.8",
"rokka/client-cli": "^1.7"
},
Expand Down

0 comments on commit d132793

Please sign in to comment.