Files
Romhack-Plaza---WordPress-P…/composer.json

19 lines
285 B
JSON
Raw Normal View History

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