forked from eelkevdbos/firebase-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·36 lines (36 loc) · 1.04 KB
/
composer.json
File metadata and controls
executable file
·36 lines (36 loc) · 1.04 KB
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": "mobcomlab/firebase-php",
"description": "Firebase wrapper for database and authentication including Laravel support",
"license": "MIT",
"keywords": ["firebase", "wrapper", "laravel", "auth", "database"],
"authors": [{
"name": "Antony Harfield",
"email": "antonyharfield@gmail.com"
}, {
"name": "Eelke van den Bos",
"email": "eelkevdbos@gmail.com"
}, {
"name": "Eelke van den Bos",
"email": "eelkevdbos@gmail.com"
}, {
"name": "Vinoth Kannan",
"email": "vinothkannan@vinkas.com",
"homepage": "https://github.com/vinothkananns"
}],
"require": {
"php": ">=5.5",
"firebase/php-jwt": "~4.0",
"guzzlehttp/guzzle": "6.*",
"illuminate/support": "^5.2",
"illuminate/contracts": "^5.2"
},
"require-dev": {
"mockery/mockery": "0.9.1",
"phpunit/phpunit": "4.1.1"
},
"autoload": {
"psr-4": {
"Firebase\\": "src"
}
}
}