Skip to content

Commit 1e74bbb

Browse files
author
Jonathan Macheret
committed
Add Laravel 7.0 compatibility
1 parent 4b81d70 commit 1e74bbb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 0.4.1
4+
- Added Laravel 7.0 compatibility
5+
36
## Version 0.4.0
47
- Added Laravel 6.0 compatibility
58
- Removed RokkaLaravel::getClient()

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/rokka-io/rokka-laravel",
1313
"keywords": ["Laravel", "Rokka", "image", "resizing"],
1414
"require": {
15-
"illuminate/support": "^5|^6",
15+
"illuminate/support": "^5|^6|^7",
1616
"rokka/client": "^1.8",
1717
"rokka/client-cli": "^1.7"
1818
},

0 commit comments

Comments
 (0)