Files
Romhack-Plaza---File-Server/composer.json

19 lines
343 B
JSON
Raw Permalink Normal View History

2026-01-29 18:43:58 +01:00
{
"name": "romhackplaza/file-server",
"type": "project",
"authors": [
{
"name": "Benjamin",
"email": "benjamin@cartememoire.org"
}
],
"autoload": {
"psr-4": {
"RomhackPlazaFS\\": "src/"
}
},
"require": {
"vlucas/phpdotenv": "^5.6"
}
}