Skip to content

Commit 477f570

Browse files
committed
formatting
1 parent 8512b0c commit 477f570

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

upgrade.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,16 @@ The email validation rule now checks if the email is [RFC5630](https://tools.iet
222222

223223
Therefore, when using Laravel 5.8, emails that were previously incorrectly considered invalid will now be considered valid (e.g `hej@bär.se`). Generally, this should be considered a bug fix; however, it is listed as a breaking change out of caution. [Please let us know if you encounter any issues surrounding this change](https://github.com/laravel/framework/pull/26503).
224224

225-
### Nexmo & Slack Notification Channels
225+
### Notifcations
226226

227-
**Likelihood Of Impact: Low**
227+
#### Nexmo / Slack Notification Channels
228+
229+
**Likelihood Of Impact: Medium**
228230

229-
Nexmo and Slack Notification channels were extracted to separate repositories. To use these channels in your application, add the following dependencies to your composer.json:
231+
The Nexmo and Slack Notification channels have been extracted into first-party packages. To use these channels in your application, require the following packages:
230232

231-
"laravel/nexmo-notification-channel": "^1.0",
232-
"laravel/slack-notification-channel": "^1.0"
233+
composer require laravel/nexmo-notification-channel
234+
composer require laravel/slack-notification-channel
233235

234236
### Miscellaneous
235237

0 commit comments

Comments
 (0)