Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Fix issues #6, #7
Browse files Browse the repository at this point in the history
  • Loading branch information
namnv609 committed Jul 3, 2017
1 parent 7ccc14b commit 2782d9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change logs

## v1.0.1
* Fix issue #7 at #8 by [sanderjongsma](https://github.com/sanderjongsma)
* Fix issue #6

## v1.0

* Lauched
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> OneSignal is a high volume and reliable push notification service for websites and mobile applications. We support all major native and mobile platforms by providing dedicated SDKs for each platform, a RESTful server API, and an online dashboard for marketers to design and send push notifications.
## System requirements
* **PHP >= 5.4**
* **PHP >= 5.5

## Installation
Using Composer
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"minimum-stability": "dev",
"require": {
"guzzlehttp/guzzle": "^6.1",
"php": ">=5.4",
"php": ">=5.5",
"symfony/options-resolver": "^3.2"
},
"require-dev": {
Expand Down

0 comments on commit 2782d9c

Please sign in to comment.