Skip to content

Commit c249e27

Browse files
authored
Merge pull request #5 from guanguans/patch-1
修复无效的 `dcat/laravel-admin` 版本依赖
2 parents 2183b4d + c716194 commit c249e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=7.1.0",
16-
"dcat/laravel-admin": "^2.*"
16+
"dcat/laravel-admin": "~2.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)