Files
Romhack-Plaza---WordPress-P…/composer.json
Benjamin f34019c802 Continue Upload Script.
Pause during rewrite of RHPZ Server code.
2026-01-29 18:49:47 +01:00

19 lines
285 B
JSON
Executable File

{
"name": "romhackplaza/wp-plugin",
"type": "project",
"authors": [
{
"name": "Benjamin",
"email": "benjamin@cartememoire.org"
}
],
"autoload": {
"psr-4": {
"RomhackPlaza\\": "src/"
}
},
"require": {
"vlucas/phpdotenv": "^5.6"
}
}