-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.13 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
43
44
{
"name": "pigmilcom/free-api",
"type": "project",
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
"keywords": [
"package",
"dependency",
"autoload"
],
"homepage": "https://www.pigmil.com",
"license": "MIT",
"config": {
"vendor-dir": "app/vendor/",
"allow-plugins": {
"php-http/discovery": true
}
},
"autoload": {
"psr-4": {
"Pigmilcom\\Webapp\\": "app/vendor/src"
}
},
"authors": [
{
"name": "PIGMIL",
"email": "[email protected]",
"homepage": "https://www.pigmil.com"
},
{
"name": "Antonio da Silva",
"email": "[email protected]",
"homepage": "https://www.pigmil.com",
"role": "Developer"
}
],
"support": {
"email": "[email protected]"
},
"require": {
"pragmarx/google2fa": "^8.0",
"yohang88/letter-avatar": "^2.3",
"bacon/bacon-qr-code": "^3.0"
}
}