Skip to content

Commit 7def756

Browse files
committed
支持 Laravel 7
1 parent 8433b09 commit 7def756

File tree

3 files changed

+18
-33
lines changed

3 files changed

+18
-33
lines changed

.gitattributes

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
* text=auto
22

33
/tests export-ignore
4+
.coveralls.yml export-ignore
5+
.editorconfig export-ignore
46
.gitattributes export-ignore
57
.gitignore export-ignore
6-
.scrutinizer.yml export-ignore
8+
.styleci.yml export-ignore
79
.travis.yml export-ignore
8-
phpunit.php export-ignore
910
phpunit.xml.dist export-ignore
10-
phpunit.xml export-ignore
11-
.php_cs export-ignore

.php_cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

composer.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"name": "calchen/laravel-dingtalk",
33
"description": "钉钉 SDK Laravel/Lumen 扩展包(Dingtalk SDK for Laravel/Lumen)",
4+
"keywords": [
5+
"laravel",
6+
"lumen",
7+
"钉钉",
8+
"dingtalk",
9+
"丁丁",
10+
"dingding",
11+
"ding"
12+
],
413
"license": "MIT",
514
"authors": [
615
{
@@ -9,8 +18,12 @@
918
}
1019
],
1120
"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"
1427
},
1528
"autoload": {
1629
"psr-4": {

0 commit comments

Comments
 (0)