-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 940 Bytes
/
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
{
"name": "andromeda-hebat/finalis-jti-web",
"description": "FINALIS JTI WEB is a web based information system for tracking and managing task clearances related to final projects, tailored for Information Technology Department at Politeknik negeri Malang",
"authors": [
{
"name": "Farrel Augusta Dinata",
"email": "[email protected]"
},
{
"name": "Stevan Zaky Setyanto",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": [
"app/config/config.php"
]
},
"require": {
"vlucas/phpdotenv": "^5.6",
"barryvdh/laravel-dompdf": "^3.0"
},
"scripts": {
"db-schema": "php database/schema.php",
"db-seeder": "php database/seeder.php",
"db-init": [
"@db-seeder"
]
}
}