Skip to content

Commit

Permalink
Rename to laravel-stream-notification-channel
Browse files Browse the repository at this point in the history
  • Loading branch information
zyml committed Dec 8, 2016
1 parent 1aa0ea7 commit 4eca500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## Installation
Install this package with Composer:
``` bash
composer require techinasia/laravel-getstream-notification-channel
composer require techinasia/laravel-stream-notification-channel
```

Register the service provider in your `config/app.php`:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "techinasia/laravel-getstream-notification-channel",
"name": "techinasia/laravel-stream-notification-channel",
"description": "Stream Notifications Channel for Laravel 5.3",
"homepage": "https://github.com/techinasia/laravel-getstream-notification-channel",
"homepage": "https://github.com/techinasia/laravel-stream-notification-channel",
"keywords": ["laravel", "notifications", "stream", "channel"],
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -40,4 +40,4 @@
"config": {
"sort-packages": true
}
}
}

0 comments on commit 4eca500

Please sign in to comment.