forked from Pluritech/fcm-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.02 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
{
"name": "danielprrazevedo/fcm-php",
"description": "This package fork has pluritech/fcm-php, https://github.com/Pluritech/fcm-php Portable PHP 5.3",
"keywords": ["fcm", "php", "pluritech", "danielprrazevedo"],
"homepage": "https://github.com/danielprrazevedo/fcm-php",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Guilherme Augusto Silva Valentim",
"email": "[email protected]",
"homepage": "https://www.pluritech.com.br"
},
{
"name": "Natália Gonçalves Machado",
"email": "[email protected]",
"homepage": "https://www.pluritech.com.br"
},
{
"name": "Daniel Pereira de Azevedo Rosa",
"email": "[email protected]",
"homepage": "https://github.com/danielprrazevedo"
}
],
"require": {
"php": ">=5.3.3",
"ext-curl": "*"
},
"autoload": {
"psr-4": {"FCMPHP\\": "src/FCMPHP"}
}
}