3 Star 4 Fork 0

simon / yii2-admin-logging

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
simon 提交于 2015-01-15 16:35 . 改变对helpers的依赖条件
{
"name": "fbi/yii2-admin-logging",
"description": "yii2的管理员操作日志扩展",
"keywords": ["yii2", "admin", "logging"],
"type": "yii2-helper",
"license": "MIT",
"support": {
"issues": "https://git.oschina.net/fbi/yii2-admin-logging/issues",
"source": "https://git.oschina.net/fbi/yii2-admin-logging"
},
"authors": [
{
"name": "Simon",
"email": "sanwkj@163.com"
}
],
"require": {
"yiisoft/yii2": "~2.0",
"fbi/yii2-helpers": "*"
},
"autoload": {
"psr-4": {
"fbi\\adminLogging\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}
PHP
1
https://gitee.com/fbi/yii2-admin-logging.git
git@gitee.com:fbi/yii2-admin-logging.git
fbi
yii2-admin-logging
yii2-admin-logging
master

搜索帮助