Skip to content

Commit 6de8233

Browse files
committed
fix: 简化依赖
1 parent 0f6dec9 commit 6de8233

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
],
1919
"require": {
2020
"php": ">=7",
21-
"laravel/framework": "*"
21+
"illuminate/database": ">=5.0",
22+
"illuminate/support": "=>5.0"
2223
},
2324
"require-dev": {
2425
"phpunit/phpunit": "~5.4.0"

0 commit comments

Comments
 (0)