Skip to content

Commit

Permalink
fill in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 16, 2016
1 parent 551c9c3 commit dca8135
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

All notable changes to `:package_name` will be documented in this file
All notable changes to `lob` will be documented in this file

## 1.0.0 - 201X-XX-XX

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "laravel-notification-channels/:package_name",
"name": "laravel-notification-channels/lob",
"description": ":package_description",
"homepage": "https://github.com/laravel-notification-channels/:package_name",
"homepage": "https://github.com/laravel-notification-channels/lob",
"license": "MIT",
"authors": [
{
Expand Down
5 changes: 4 additions & 1 deletion tests/ChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ class ChannelTest extends PHPUnit_Framework_TestCase
/** @var \NotificationChannels\Lob\LobChannel */
protected $channel;


/** @var \NotificationChannels\Lob\Test\TestNotification */
protected $notification;

/** @var mixed */
protected $notifiable;


public function setUp()
{
Expand Down

0 comments on commit dca8135

Please sign in to comment.