File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 13
13
"php" : " >=5.5.9" ,
14
14
"ext-pdo" : " *" ,
15
15
"ext-json" : " *" ,
16
- "illuminate/database" : " ^5.2||^6 .0" ,
16
+ "illuminate/database" : " ^5.2|^6.0|^7 .0" ,
17
17
"geo-io/wkb-parser" : " ^1.0" ,
18
18
"jmikola/geojson" : " ^1.0"
19
19
},
20
20
"require-dev" : {
21
- "phpunit/phpunit" : " ~4.8|| ~5.7" ,
21
+ "phpunit/phpunit" : " ~4.8|~5.7" ,
22
22
"mockery/mockery" : " ^0.9.9" ,
23
- "laravel/laravel" : " ^5.2||^6 .0" ,
23
+ "laravel/laravel" : " ^5.2|^6.0|^7 .0" ,
24
24
"codeclimate/php-test-reporter" : " dev-master" ,
25
25
"doctrine/dbal" : " ^2.5" ,
26
26
"laravel/browser-kit-testing" : " ^2.0"
Original file line number Diff line number Diff line change @@ -66,7 +66,9 @@ protected function newBaseQueryBuilder()
66
66
$ connection = $ this ->getConnection ();
67
67
68
68
return new BaseBuilder (
69
- $ connection , $ connection ->getQueryGrammar (), $ connection ->getPostProcessor ()
69
+ $ connection ,
70
+ $ connection ->getQueryGrammar (),
71
+ $ connection ->getPostProcessor ()
70
72
);
71
73
}
72
74
You can’t perform that action at this time.
0 commit comments