1 Star 3 Fork 1

wuheihei/flarum-mobilelogin

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
wuheihei 提交于 2023-05-12 19:37 +08:00 . 修复
{
"name": "wanecho/mobilelogin",
"description": "mobile register login",
"keywords": [
"flarum"
],
"type": "flarum-extension",
"license": "MIT-open-group",
"require": {
"flarum/core": "^1.2.0",
"alibabacloud/client": "^1.5.29",
"gregwar/captcha": "1.*"
},
"authors": [
{
"name": "229643466@qq.com",
"email": "229643466@qq.com",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Wanecho\\Mobilelogin\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Mobile Login",
"category": "feature",
"icon": {
"name": "fas fa-sms",
"color": "#ffffff",
"backgroundColor": "#fcc419"
}
},
"flarum-cli": {
"modules": {
"admin": true,
"forum": true,
"js": true,
"jsCommon": true,
"css": true,
"locale": true,
"gitConf": true,
"githubActions": true,
"prettier": true,
"typescript": true,
"bundlewatch": true,
"backendTesting": true,
"editorConfig": true,
"styleci": true
}
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload-dev": {
"psr-4": {
"Wanecho\\Mobilelogin\\Tests\\": "tests/"
}
},
"scripts": {
"test": [
"@test:unit",
"@test:integration"
],
"test:unit": "phpunit -c tests/phpunit.unit.xml",
"test:integration": "phpunit -c tests/phpunit.integration.xml",
"test:setup": "@php tests/integration/setup.php"
},
"scripts-descriptions": {
"test": "Runs all tests.",
"test:unit": "Runs all unit tests.",
"test:integration": "Runs all integration tests.",
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
},
"require-dev": {
"flarum/testing": "^1.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/echo886/flarum-mobilelogin.git
git@gitee.com:echo886/flarum-mobilelogin.git
echo886
flarum-mobilelogin
flarum-mobilelogin
master

搜索帮助