We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0ca4f commit dbc5799Copy full SHA for dbc5799
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
This changelog references the relevant changes (bug and security fixes) done to `laravie/html`.
4
5
+## 6.0.0
6
+
7
+Released: 2019-08-29
8
9
+### Changes
10
11
+* Update support for Laravel Framework v6.
12
13
## 5.8.2
14
15
Releases: 2019-08-04
README.md
@@ -30,7 +30,7 @@ Begin by installing this package through Composer. Edit your project's `composer
30
31
```json
32
"require": {
33
- "laravie/html": "^5.5"
+ "laravie/html": "^6.0"
34
}
35
```
36
0 commit comments