19 lines
343 B
JSON
19 lines
343 B
JSON
|
|
{
|
||
|
|
"name": "romhackplaza/file-server",
|
||
|
|
"type": "project",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Benjamin",
|
||
|
|
"email": "benjamin@cartememoire.org"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"RomhackPlazaFS\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"vlucas/phpdotenv": "^5.6"
|
||
|
|
}
|
||
|
|
}
|