Skip to content

Commit fc617f6

Browse files
committed
Add support for Laravel 5.8
1 parent 9eef48a commit fc617f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## v2.0.2 (2019-04-09)
4+
5+
- Added support for Laravel 5.8.
6+
37
## v2.0.1 (2018-09-04)
48

59
- Added support for Laravel 5.7.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.1.3",
15-
"illuminate/support": "5.5.*|5.6.*|5.7.*",
15+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
1616
"symfony/polyfill-mbstring": "^1.0",
1717
"spatie/laravel-html": "^2.19"
1818
},

0 commit comments

Comments
 (0)