Skip to content

Commit 7a0f71e

Browse files
committed
fix: 简化依赖
1 parent 6de8233 commit 7a0f71e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=7",
21-
"illuminate/database": ">=5.0",
22-
"illuminate/support": "=>5.0"
20+
"php": ">=7"
2321
},
2422
"require-dev": {
2523
"phpunit/phpunit": "~5.4.0"

0 commit comments

Comments
 (0)