Skip to content

Commit 0a31995

Browse files
committed
Fix typo in docs
1 parent 76aacf2 commit 0a31995

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $client->campaign->send([
4646
//4 => Safari
4747
"platform" => [0,1,2,3,4],
4848
//Message
49-
"msg" => "Notification message"
49+
"msg" => "Notification message",
5050
//Badge [iOS only]
5151
"badge" => "+1",
5252
//Notification payload
@@ -98,6 +98,8 @@ $client->transactional->send([
9898

9999
Changelog
100100
-------------
101+
Version 1.2.0
102+
101103

102104
Version 1.1.0
103105
* Add testing notification.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"guzzlehttp/guzzle": "~6.0",
18+
"guzzlehttp/guzzle": "~6.3.3",
1919
"php": ">= 5.5"
2020
},
2121
"require-dev": {

src/PushbotsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* PushBots
44
*
5-
* PushBots official PHP package
5+
* PushBots official PHP package 1.2
66
*
77
* @copyright 2018 Abdullah Diaa <[email protected]>
88
* @license http://www.opensource.org/licenses/mit-license.php MIT

0 commit comments

Comments
 (0)