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

Commit 46d06ff

Browse files
authored
Merge pull request #9 from namnv609/fix_some_issues
Fix issues #6, #7
2 parents 7ccc14b + 2782d9c commit 46d06ff

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change logs
2+
3+
## v1.0.1
4+
* Fix issue #7 at #8 by [sanderjongsma](https://github.com/sanderjongsma)
5+
* Fix issue #6
6+
7+
## v1.0
8+
9+
* Lauched

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> 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.
44
55
## System requirements
6-
* **PHP >= 5.4**
6+
* **PHP >= 5.5
77

88
## Installation
99
Using Composer

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"minimum-stability": "dev",
1818
"require": {
1919
"guzzlehttp/guzzle": "^6.1",
20-
"php": ">=5.4",
20+
"php": ">=5.5",
2121
"symfony/options-resolver": "^3.2"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)