File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^7.1" ,
14
- "illuminate/database" : " ~5.5.0|~5.6.0|~5.7.0" ,
15
- "illuminate/support" : " ~5.5.0|~5.6.0|~5.7.0"
14
+ "illuminate/database" : " ~5.5.0|~5.6.0|~5.7.0|^6.0 " ,
15
+ "illuminate/support" : " ~5.5.0|~5.6.0|~5.7.0|^6.0 "
16
16
},
17
17
"require-dev" : {
18
18
"ext-pdo_sqlite" : " *" ,
19
19
"mockery/mockery" : " ^1.0.0" ,
20
- "orchestra/testbench" : " ~3.5.0|~3.6.0" ,
21
- "phpunit/phpunit" : " ^7.0"
20
+ "orchestra/testbench" : " ~3.5.0|~3.6.0|^4.0|^5.0 " ,
21
+ "phpunit/phpunit" : " ^7.0|^8.0|^9.0 "
22
22
},
23
23
"autoload" : {
24
24
"psr-4" : {
Original file line number Diff line number Diff line change 7
7
8
8
class TestCase extends Orchestra
9
9
{
10
- public function setUp ()
10
+ protected function setUp () : void
11
11
{
12
12
parent ::setUp ();
13
13
You can’t perform that action at this time.
0 commit comments