Skip to content

Commit

Permalink
Add support for L6 + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Sep 4, 2019
1 parent 79554a8 commit dc73ffa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-database-mail-templates` will be documented in this file

## 3.2.0 - 2019-09-04

- add support for Laravel 6.0

## 3.1.1 - 2019-05-09

- allow html to be rendered in blade templates
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require-dev": {
"ext-pdo_sqlite": "*",
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.8",
"orchestra/testbench": "~3.8|^4.0",
"phpunit/phpunit": "^7.5|^8.0"
},
"autoload": {
Expand Down

0 comments on commit dc73ffa

Please sign in to comment.