{ "name": "flarum/approval", "description": "Make discussions and posts require moderator approval.", "type": "flarum-extension", "keywords": [ "moderation" ], "license": "MIT", "support": { "issues": "https://github.com/flarum/core/issues", "source": "https://github.com/flarum/approval", "forum": "https://discuss.flarum.org" }, "homepage": "https://flarum.org", "funding": [ { "type": "website", "url": "https://flarum.org/donate/" } ], "require": { "flarum/core": "^1.2", "flarum/flags": "^1.2" }, "autoload": { "psr-4": { "Flarum\\Approval\\": "src/" } }, "extra": { "branch-alias": { "dev-main": "1.x-dev" }, "flarum-extension": { "title": "Approval", "category": "feature", "icon": { "name": "fas fa-check", "backgroundColor": "#ABDC88", "color": "#3F8A32" } }, "flarum-cli": { "modules": { "admin": true, "forum": true, "js": true, "jsCommon": false, "css": true, "gitConf": true, "githubActions": true, "prettier": true, "typescript": false, "bundlewatch": false, "backendTesting": false, "editorConfig": true, "styleci": true } } }, "repositories": [ { "type": "path", "url": "../../*/*" } ], "minimum-stability": "dev", "prefer-stable": true }