75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "fof/linguist",
|
|
"description": "Customize translations",
|
|
"keywords": [
|
|
"extension",
|
|
"flarum",
|
|
"locale",
|
|
"translation"
|
|
],
|
|
"type": "flarum-extension",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Clark Winkelmann",
|
|
"email": "clark.winkelmann@gmail.com",
|
|
"homepage": "https://clarkwinkelmann.com/"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/FriendsOfFlarum/linguist/issues",
|
|
"source": "https://github.com/FriendsOfFlarum/linguist",
|
|
"forum": "https://discuss.flarum.org/d/7026"
|
|
},
|
|
"homepage": "https://friendsofflarum.org",
|
|
"funding": [
|
|
{
|
|
"type": "website",
|
|
"url": "https://opencollective.com/fof/donate"
|
|
}
|
|
],
|
|
"require": {
|
|
"flarum/core": "^1.2",
|
|
"symfony/yaml": "^5.0"
|
|
},
|
|
"replace": {
|
|
"flagrow/linguist": "*"
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "FoF Linguist",
|
|
"category": "language",
|
|
"icon": {
|
|
"name": "fas fa-italic",
|
|
"backgroundColor": "#e74c3c",
|
|
"color": "#fff"
|
|
},
|
|
"optional-dependencies": [
|
|
"flamarkt/backoffice"
|
|
]
|
|
},
|
|
"flagrow": {
|
|
"discuss": "https://discuss.flarum.org/d/7026"
|
|
},
|
|
"flarum-cli": {
|
|
"modules": {
|
|
"githubActions": true
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FoF\\Linguist\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"flarum/phpstan": "*"
|
|
},
|
|
"scripts": {
|
|
"analyse:phpstan": "phpstan analyse",
|
|
"clear-cache:phpstan": "phpstan clear-result-cache"
|
|
},
|
|
"scripts-descriptions": {
|
|
"analyse:phpstan": "Run static analysis"
|
|
}
|
|
}
|