-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
58 lines (58 loc) · 1.42 KB
/
composer.json
File metadata and controls
58 lines (58 loc) · 1.42 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "brunobmorais/speedphp",
"description": "SpeedPHP: The Rapid Development Framework for PHP",
"type": "project",
"license": "MIT",
"version": "1.0.0",
"authors": [
{
"name": "Bruno Morais",
"email": "contato@bmorais.com",
"homepage": "https://github.com/brunobmorais",
"role": "Developer"
},
{
"name": "Athus Felipe",
"email": "athusfelipe1995@gmail.com",
"homepage": "https://github.com/AthusFelipe",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"App\\": "src/"
},
"files": [
"config/config.php"
]
},
"require": {
"php": ">=8.2",
"ext-pdo": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-gd": "*",
"ext-openssl": "*",
"ext-exif": "*",
"ext-fileinfo": "*",
"phpmailer/phpmailer": "^6.9",
"firebase/php-jwt": "^6.10.1",
"google/recaptcha": "^1.3",
"twig/twig": "3.20.0",
"twig/intl-extra": "3.20.0",
"performing/twig-components": "0.6.1",
"bmorais/database": "^2.0",
"tecnickcom/tcpdf": "^6.6",
"tecnickcom/tc-lib-pdf": "^8.0",
"setasign/fpdi": "^2.3",
"ramsey/uuid": "^4.7",
"mpdf/qrcode": "^1.2",
"phpoffice/phpspreadsheet": "^4.2",
"ext-intl": "*"
},
"require-dev": {
"matthiasmullie/minify": "^1.3",
"spatie/ignition": "^1.12",
"symfony/var-dumper": "^7.0"
}
}