-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.07 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
{
"name": "tamedevelopers/support",
"type": "library",
"description": "Support Package For Tamedevelopers",
"homepage": "https://github.com/tamedevelopers/support",
"license": "MIT",
"authors": [
{
"name": "Fredrick Peterson",
"email": "fredi.peterson2000@gmail.com"
},
{
"name": "Tame Developers",
"email": "tamedevelopers@gmail.com"
}
],
"require": {
"php": ">=8.0",
"ext-ctype": "*",
"ext-mbstring": "*",
"symfony/var-dumper": "*",
"symfony/console": "^6.2",
"cocur/slugify": "^4.2.0",
"vlucas/phpdotenv": "^5.4.1",
"phpmailer/phpmailer": "^6.9",
"filp/whoops": "^2.15",
"dompdf/dompdf": "^3.0"
},
"suggest": {
"dompdf/dompdf": "Required to use the `PDF` class and helper (^2.0.2)."
},
"autoload": {
"files": [
"helpers.php"
],
"psr-4": {
"Tamedevelopers\\Support\\": ""
}
},
"minimum-stability": "stable"
}