Skip to content

Commit f1efe6e

Browse files
committed
fix: 简化依赖
1 parent 07fa244 commit f1efe6e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@
1818
],
1919
"require": {
2020
"php": ">=7",
21-
"illuminate/console": "~5.0",
22-
"illuminate/filesystem": "~5.0",
23-
"illuminate/database": "~5.0",
24-
"illuminate/support": "~5.0",
25-
"illuminate/config": "~5.0",
26-
"illuminate/pagination": "~5.0"
21+
"laravel/framework": "~5.0"
2722
},
2823
"require-dev": {
29-
"phpunit/phpunit": "~5.4.0",
30-
"mockery/mockery": "^0.9.5"
24+
"phpunit/phpunit": "~5.4.0"
3125
},
3226
"autoload": {
3327
"psr-4": {

0 commit comments

Comments
 (0)