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

Fix issues #6, #7 #9

Merged
merged 1 commit into from
Jul 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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