forked from aksafan/yii2-fcm-both-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 1.19 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "aksafan/yii2-fcm-both-api",
"description": "Yii2 Extension for sending push notification with both Firebase Cloud Messaging (FCM) HTTP Server Protocols (APIs).",
"keywords": ["yii2", "fcm", "push notification", "firebase cloud messaging", "both api", "HTTP v1 API", "Legacy HTTP Server Protocol"],
"homepage": "https://github.com/aksafan/yii2-fcm-both-api",
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/aksafan/yii2-fcm-both-api/issues?q=is%3Aopen",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"authors": [
{
"name": "Anton Khainak",
"email": "khainak.anton@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"yiisoft/yii2": "~2.0.6",
"guzzlehttp/guzzle": "^6.0",
"google/auth": "^1.2.1"
},
"require-dev": {
"phpunit/phpunit" : "4.7.*"
},
"autoload": {
"psr-4": {
"aksafan\\fcm\\": ""
}
}
}