Skip to content

Commit

Permalink
Add Laravel 7.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Macheret committed Aug 14, 2020
1 parent 4b81d70 commit 1e74bbb
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.1
- Added Laravel 7.0 compatibility

## Version 0.4.0
- Added Laravel 6.0 compatibility
- Removed RokkaLaravel::getClient()
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",
"illuminate/support": "^5|^6|^7",
"rokka/client": "^1.8",
"rokka/client-cli": "^1.7"
},
Expand Down

0 comments on commit 1e74bbb

Please sign in to comment.