chore: migrate to fof/redis, repo maintenance (#4)

* chore: migrate to fof/redis, repo maintenance

* chore: newline

* chore: use new fof horizon initializer

* chore: revert initializer  change

Only changed for 2.x ..

* chore: remove unused secrets

Shouldn't have been added in the first place

---------

Co-authored-by: Davide Iadeluca <146922689+DavideIadeluca@users.noreply.github.com>
Co-authored-by: Davide Iadeluca <davide.iadeluca@glowingblue.com>
This commit is contained in:
IanM
2025-10-10 10:50:31 +01:00
committed by GitHub
parent 2f2cce1abe
commit 6545bfdffc
13 changed files with 128 additions and 64 deletions

View File

@@ -18,8 +18,8 @@
},
"homepage": "https://glowingblue.com",
"require": {
"flarum/core": "^1.2.0",
"blomstra/flarum-redis": "^0.4.0"
"flarum/core": "^1.8.5",
"fof/redis": "^1.0"
},
"authors": [
{
@@ -52,11 +52,22 @@
"color": "#fff"
},
"optional-dependencies": [
"blomstra/horizon"
"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"
}
}