1 Star 0 Fork 0

xbhub/laravel-dingtalk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
Jory 提交于 2020-03-02 13:37 . update new tag
{
"name": "xbhub/laravel-dingtalk",
"type": "library",
"description": ":package_description",
"keywords": [
"Xbhub",
"Dingtalk"
],
"homepage": "https://gitee.com/xbhub/dingtalk",
"license": "MIT",
"authors": [
{
"name": "jory",
"email": "jorycn@163.com",
"homepage": "http://www.xbhub.com",
"role": "Developer"
}
],
"require": {
"php" : "~5.6|~7.0",
"pimple/pimple": "^3.2"
},
"require-dev": {
"phpunit/phpunit" : ">=5.4.3",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
"psr-4": {
"Xbhub\\Dingtalk\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Xbhub\\Dingtalk\\": "tests"
}
},
"scripts": {
"test": "phpunit",
"check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"config": {
"sort-packages": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xbhub/laravel-dingtalk.git
git@gitee.com:xbhub/laravel-dingtalk.git
xbhub
laravel-dingtalk
laravel-dingtalk
master

搜索帮助