-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (26 loc) · 788 Bytes
/
composer.json
File metadata and controls
27 lines (26 loc) · 788 Bytes
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
{
"name": "opensooq/yii2-firebase-notifications",
"description": "This extension will make send firebase notifications easy to do for the Yii2 framework",
"type": "yii2-extension",
"minimum-stability": "stable",
"keywords": ["yii2","extension","firebase","notifications"],
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/OpenSooq/yii2-firebase-notification/issues?state=open",
"source": "https://github.com/OpenSooq/yii2-firebase-notification"
},
"authors": [
{
"name": "Amr Alshroof",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"opensooq\\firebase\\": ""
}
}
}