Skip to content

Commit ef44df7

Browse files
committed
Add support for Laravel 5.7
1 parent cc4a5c6 commit ef44df7

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.1 (2018-09-04)
4+
5+
- Added support for Laravel 5.7.
6+
37
## v2.0.0 (2018-06-17)
48

59
- Split code into parser and renderer.

composer.json

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

0 commit comments

Comments
 (0)