forked from clone/flarum-ext-redis-setup
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "glowingblue/redis-setup",
|
|
"description": "Makes it easy to enable/disable Redis features: Cache, Queue & Sessions",
|
|
"keywords": [
|
|
"flarum",
|
|
"redis",
|
|
"cache",
|
|
"queue",
|
|
"session"
|
|
],
|
|
"type": "flarum-extension",
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/glowingblue/flarum-ext-redis-setup/issues",
|
|
"source": "https://github.com/glowingblue/flarum-ext-redis-setup",
|
|
"forum": "https://community.glowingblue.com/t/flarum-corner",
|
|
"email": "dev@glowingblue.com"
|
|
},
|
|
"homepage": "https://glowingblue.com",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"flarum/core": "^1.8.5",
|
|
"fof/redis": "^1.0"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "IanM",
|
|
"homepage": "https://discuss.flarum.org/u/ianm",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Glowing Blue AG",
|
|
"homepage": "https://glowingblue.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Rafael Horvat",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GlowingBlue\\RedisSetup\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "GB Redis Setup",
|
|
"category": "feature",
|
|
"icon": {
|
|
"name": "fas fa-tasks",
|
|
"backgroundColor": "#00a7e3",
|
|
"color": "#fff"
|
|
},
|
|
"optional-dependencies": [
|
|
"fof/horizon"
|
|
]
|
|
},
|
|
"extiverse": {
|
|
"discuss": "https://discuss.flarum.org/d/27455"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"flarum/phpstan": "*",
|
|
"fof/horizon": "^1.0"
|
|
},
|
|
"scripts": {
|
|
"analyse:phpstan": "phpstan analyse",
|
|
"clear-cache:phpstan": "phpstan clear-result-cache"
|
|
},
|
|
"scripts-descriptions": {
|
|
"analyse:phpstan": "Run static analysis"
|
|
}
|
|
}
|