Skip to content

Commit 7a7515b

Browse files
authored
Merge pull request #122 from norkunas/upgrade-dependencies
Upgrade dependencies
2 parents 9404a42 + 5b12748 commit 7a7515b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "norkunas/onesignal-php-api",
33
"description": "OneSignal API for PHP",
4-
"keywords": ["onesignal", "api", "notifications"],
4+
"keywords": ["onesignal", "api", "notifications", "push", "apns", "gcm"],
55
"license": "MIT",
66
"authors": [
77
{
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.6",
13+
"php": ">=5.6|>=7.1",
1414
"ext-json": "*",
15-
"php-http/client-common": "^1.9",
15+
"php-http/client-common": "^1.9|^2.0",
1616
"php-http/client-implementation": "^1.0",
1717
"php-http/message": "^1.7",
18-
"symfony/options-resolver": "~2.7|^3.0|^4.0"
18+
"symfony/options-resolver": "^3.4|^4.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^4.8.36",

0 commit comments

Comments
 (0)