File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " >=7.0 " ,
14
- "illuminate/http" : " ~5.4 " ,
15
- "illuminate/support" : " ~5.4 " ,
16
- "illuminate/database" : " ~5.4 "
13
+ "php" : " >=7.1 " ,
14
+ "illuminate/http" : " ^5.0|^6.0 " ,
15
+ "illuminate/support" : " ^5.0|^6.0 " ,
16
+ "illuminate/database" : " ^5.0|^6.0 "
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ~6.0 " ,
19
+ "phpunit/phpunit" : " ^7.1 " ,
20
20
"orchestra/testbench" : " ~3.5"
21
21
},
22
22
"autoload" : {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class VuetableCollectionTest extends VuetableTestCase
15
15
*/
16
16
private $ collection ;
17
17
18
- public function setUp ()
18
+ protected function setUp () : void
19
19
{
20
20
parent ::setUp ();
21
21
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class VuetableEloquentTest extends VuetableTestCase
12
12
{
13
13
private $ query ;
14
14
15
- public function setUp ()
15
+ protected function setUp () : void
16
16
{
17
17
parent ::setUp ();
18
18
$ this ->migrate ();
You can’t perform that action at this time.
0 commit comments