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 9eef48a commit fc617f6Copy full SHA for fc617f6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## v2.0.2 (2019-04-09)
4
+
5
+- Added support for Laravel 5.8.
6
7
## v2.0.1 (2018-09-04)
8
9
- Added support for Laravel 5.7.
composer.json
@@ -12,7 +12,7 @@
12
],
13
"require": {
14
"php": "^7.1.3",
15
- "illuminate/support": "5.5.*|5.6.*|5.7.*",
+ "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
16
"symfony/polyfill-mbstring": "^1.0",
17
"spatie/laravel-html": "^2.19"
18
},
0 commit comments