Skip to content

Commit a7a4aad

Browse files
committed
兼容 Laravel 8
1 parent 3537f5f commit a7a4aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
],
2020
"require": {
2121
"mingyoung/dingtalk": "^2.0",
22-
"illuminate/container": "^5.1|^6.0|^7.0"
22+
"illuminate/container": "^5.1|^6.0|^7.0|^8.0"
2323
},
2424
"require-dev": {
2525
"php-coveralls/php-coveralls": "^2.1",
26-
"orchestra/testbench": "^3.1|^4.0|^5.0"
26+
"orchestra/testbench": "^3.5|^4.0|^5.0|^6.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)