forked from valdiney/zig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (30 loc) · 763 Bytes
/
composer.json
File metadata and controls
31 lines (30 loc) · 763 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
27
28
29
30
31
{
"name": "valdiney/vai",
"description": "This is the zig project.",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Valdiney França",
"email": "valdiney.2@hotmail.com"
}
],
"autoload": {
"psr-4": {
"App\\": "App/",
"System\\": "System/"
}, "files": [
"System/Helpers/simpleHelpers.php",
"System/Helpers/dateHelper.php"
]
},
"minimum-stability": "stable",
"require": {
"vlucas/phpdotenv": "^2.5",
"phpoffice/phpspreadsheet": "^1.13",
"symfony/symfony": "^5.1",
"lcobucci/jwt": "^3.3",
"dompdf/dompdf": "^0.8.5",
"phpmailer/phpmailer": "^6.1"
}
}