my-32bit-cafe/composer.json
2025-08-01 14:45:16 +01:00

21 lines
485 B
JSON

{
"name": "32bitcafe/my32bc",
"description": "Dashboard for web hosting, Gemini, DNS, and more. All 32-Bit Cafe services under one roof.",
"type": "project",
"require": {
"jumbojett/openid-connect-php": "^1.0"
},
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"Cafe32\\My32bc\\": "src/"
}
},
"authors": [
{
"name": "kaylee",
"email": "kaylee@32bit.cafe"
}
]
}