Skip to content

Commit 9979a96

Browse files
author
jiangjinghui
committed
version
1 parent 52c1caa commit 9979a96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"eloquent"
99
],
1010
"require": {
11-
"php": ">=7.1",
11+
"php": ">=7.0",
1212
"laravel/framework": "5.5.*",
1313
"the-tinderbox/clickhouse-builder": "~1.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^6.5",
17-
"mockery/mockery": "^1.0",
18-
"fzaninotto/faker": "^1.7"
16+
"phpunit/phpunit": "~6.0",
17+
"mockery/mockery": "~0.9.*",
18+
"fzaninotto/faker": "~1.4"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)