File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.1" ,
20
- "illuminate/auth" : " ~ 5.5.0|~ 5.6.0|~ 5.7.0 " ,
21
- "illuminate/database" : " ~ 5.5.0|~ 5.6.0|~ 5.7.0 " ,
22
- "illuminate/notifications" : " ~ 5.5.0|~ 5.6.0|~ 5.7.0 " ,
23
- "illuminate/support" : " ~ 5.5.0|~ 5.6.0|~ 5.7.0 "
20
+ "illuminate/auth" : " 5.5.*| 5.6.*| 5.7.*|5.8.* " ,
21
+ "illuminate/database" : " 5.5.*| 5.6.*| 5.7.*|5.8.* " ,
22
+ "illuminate/notifications" : " 5.5.*| 5.6.*| 5.7.*|5.8.* " ,
23
+ "illuminate/support" : " 5.5.*| 5.6.*| 5.7.*|5.8.* "
24
24
},
25
25
"require-dev" : {
26
26
"phpunit/phpunit" : " ^7.0" ,
27
- "orchestra/testbench" : " ~3.5.0|~3.6.0"
27
+ "orchestra/testbench" : " ~3.5.0|~3.6.0|~3.7.0|~3.8.0 "
28
28
},
29
29
"autoload" : {
30
30
"psr-4" : {
Original file line number Diff line number Diff line change 15
15
16
16
class TestCase extends Orchestra
17
17
{
18
- public function setUp ()
18
+ public function setUp (): void
19
19
{
20
20
parent ::setUp ();
21
21
You can’t perform that action at this time.
0 commit comments