文件
catch-the-fish/composer.json
T
2026-07-31 00:13:44 +08:00

53 行
1.1 KiB
JSON

{
"name": "xxb5724/catch-the-fish",
"description": "Watch your users catch as many fishes as they can.",
"keywords": [
"extension",
"flarum",
"minigame",
"april-fools"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Clark Winkelmann",
"email": "clark.winkelmann@gmail.com",
"homepage": "https://clarkwinkelmann.com/"
},
{
"name": "Xiaoxiaobai5724",
"email": "odoorbell@163.com",
"role": "Developer"
},
],
"support": {
"issues": "https://git.parlz.com/Xiaoxiaobai5724/catch-the-fish/issues",
"source": "https://git.parlz.com/Xiaoxiaobai5724/catch-the-fish"
},
"require": {
"flarum/core": "^2.0",
"ext-json": "*"
},
"extra": {
"flarum-extension": {
"title": "XXB Catch the fish",
"category": "feature",
"icon": {
"name": "fas fa-fish",
"backgroundColor": "#00BFFF",
"color": "#fff"
},
"optional-dependencies": [
"flarum/suspend",
"flarum/tags"
]
}
},
"autoload": {
"psr-4": {
"XXB\\CatchTheFish\\": "src/",
"Tobscure\\JsonApi\\": "src/Tobscure/JsonApi/"
}
}
}