Skip to content

Commit

Permalink
Updated to tylercd100/laravel-notify@^1.8.1 which allows newline char…
Browse files Browse the repository at this point in the history
…acters in emails
  • Loading branch information
tylercd100 committed Aug 30, 2016
1 parent e1b0127 commit 5eab93c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `LERN` will be documented in this file.

### 3.6.4
- Updated to tylercd100/laravel-notify@^1.8.1 which allows newline characters in emails

### 3.6.3
- Ignore columns that are null

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"php": "^5.4|^7.0",
"illuminate/support": "^5.0",
"monolog/monolog": "~1.11",
"tylercd100/laravel-notify": "dev-email-newlines"
"tylercd100/laravel-notify": "^1.8.1"
},
"require-dev": {
"orchestra/testbench": "^3.1",
Expand Down

0 comments on commit 5eab93c

Please sign in to comment.