Skip to content

Commit d132793

Browse files
authored
Merge pull request #2 from rokka-io/laravel-8
laravel 8 support
2 parents 1e74bbb + 37acc3a commit d132793

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.2
4+
- Added Laravel 8.0 compatibility
5+
36
## Version 0.4.1
47
- Added Laravel 7.0 compatibility
58

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|^7",
15+
"illuminate/support": "^5|^6|^7|^8",
1616
"rokka/client": "^1.8",
1717
"rokka/client-cli": "^1.7"
1818
},

0 commit comments

Comments
 (0)