File tree Expand file tree Collapse file tree 3 files changed +18
-33
lines changed Expand file tree Collapse file tree 3 files changed +18
-33
lines changed Original file line number Diff line number Diff line change 1
1
* text =auto
2
2
3
3
/tests export-ignore
4
+ .coveralls.yml export-ignore
5
+ .editorconfig export-ignore
4
6
.gitattributes export-ignore
5
7
.gitignore export-ignore
6
- .scrutinizer .yml export-ignore
8
+ .styleci .yml export-ignore
7
9
.travis.yml export-ignore
8
- phpunit.php export-ignore
9
10
phpunit.xml.dist export-ignore
10
- phpunit.xml export-ignore
11
- .php_cs export-ignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " calchen/laravel-dingtalk" ,
3
3
"description" : " 钉钉 SDK Laravel/Lumen 扩展包(Dingtalk SDK for Laravel/Lumen)" ,
4
+ "keywords" : [
5
+ " laravel" ,
6
+ " lumen" ,
7
+ " 钉钉" ,
8
+ " dingtalk" ,
9
+ " 丁丁" ,
10
+ " dingding" ,
11
+ " ding"
12
+ ],
4
13
"license" : " MIT" ,
5
14
"authors" : [
6
15
{
9
18
}
10
19
],
11
20
"require" : {
12
- "illuminate/container" : " ^5.1" ,
13
- "mingyoung/dingtalk" : " ^2.0"
21
+ "mingyoung/dingtalk" : " ^2.0" ,
22
+ "illuminate/container" : " ^5.1|^6.0|^7.0"
23
+ },
24
+ "require-dev" : {
25
+ "php-coveralls/php-coveralls" : " ^2.1" ,
26
+ "orchestra/testbench" : " ^3.1|^4.0|^5.0"
14
27
},
15
28
"autoload" : {
16
29
"psr-4" : {
You can’t perform that action at this time.
0 commit comments