Begin RHPZ Server.
This commit is contained in:
18
composer.json
Normal file
18
composer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "romhackplaza/file-server",
|
||||
"type": "project",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Benjamin",
|
||||
"email": "benjamin@cartememoire.org"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"RomhackPlazaFS\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"vlucas/phpdotenv": "^5.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user