-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.6 KB
/
composer.json
File metadata and controls
52 lines (52 loc) · 1.6 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
{
"name": "eduardo/fdrpse",
"type": "project",
"keywords": [
"framework",
"rest full",
"api"
],
"autoload": {
"psr-4": {
"App\\": "app/",
"Bootstrap\\": "bootstrap/",
"Routes\\": "routes/",
"Test\\": "test/"
},
"files": [
"app/infrastructure/routes/questions/routes.php",
"app/infrastructure/routes/category/routes.php",
"app/infrastructure/routes/section/routes.php",
"app/infrastructure/routes/domain/routes.php",
"app/infrastructure/routes/qualification/routes.php",
"app/infrastructure/routes/dimension/routes.php",
"app/infrastructure/routes/survey/routes.php",
"app/infrastructure/routes/authentication/routes.php",
"app/infrastructure/routes/area/routes.php",
"app/infrastructure/routes/guide/routes.php",
"app/infrastructure/routes/routes.php"
]
},
"authors": [
{
"name": "DuarteDc",
"email": "al221910409@gmail.com"
}
],
"require": {
"illuminate/database": "^10.37",
"vlucas/phpdotenv": "^5.6",
"firebase/php-jwt": "^6.10",
"rakit/validation": "^1.4",
"bramus/router": "~1.6",
"illuminate/pagination": "^10.43",
"dompdf/dompdf": "^2.0",
"shuchkin/simplexlsxgen": "^1.4",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"phpunit/dbunit": "^1.3",
"codelytv/coding-style": "^1.2"
}
}