-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.json
42 lines (42 loc) · 1.32 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
37
38
39
40
41
42
{
"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": "[email protected]"
}
],
"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.*"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"aksafan\\fcm\\": ""
}
}
}