We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4a5c6 commit ef44df7Copy full SHA for ef44df7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## v2.0.1 (2018-09-04)
4
+
5
+- Added support for Laravel 5.7.
6
7
## v2.0.0 (2018-06-17)
8
9
- Split code into parser and renderer.
composer.json
@@ -10,7 +10,7 @@
10
],
11
"require": {
12
"php": "^7.1.3",
13
- "illuminate/support": "5.5.*|5.6.*",
+ "illuminate/support": "5.5.*|5.6.*|5.7.*",
14
"symfony/polyfill-mbstring": "^1.0",
15
"spatie/laravel-html": "^2.19"
16
},
0 commit comments