Ai
1 Star 0 Fork 0

wpcmf/git-commit-checker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
wpcmf 提交于 2022-04-11 13:48 +08:00 . fix
{
"name": "wpcmf/git-commit-checker",
"description": "Check coding standard & code syntax with Git pre-commit hook.",
"type": "package",
"license": "MIT",
"keywords": [
"Wpcmf",
"Wpcmf cms",
"Wpcmf platform",
"Wpcmf git commit checker"
],
"homepage": "https://wpcmf.daogecode.cn",
"authors": [
{
"name": "Sang Nguyen",
"email": "sangnguyenplus@gmail.com"
}
],
"autoload": {
"psr-4": {
"Wpcmf\\GitCommitChecker\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Wpcmf\\GitCommitChecker\\Tests\\": "tests"
}
},
"require": {
"php": "^7.1.3|^8.0",
"laravel/framework": "^5.6|^6|^7|^8",
"php-parallel-lint/php-parallel-lint": "^1.0",
"squizlabs/php_codesniffer": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^6.1|^7.0|^8.0"
},
"extra": {
"laravel": {
"providers": [
"Wpcmf\\GitCommitChecker\\Providers\\GitCommitCheckerServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "stable"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wpcmf/git-commit-checker.git
git@gitee.com:wpcmf/git-commit-checker.git
wpcmf
git-commit-checker
git-commit-checker
master

搜索帮助