File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.1" ,
20
- "illuminate/container" : " 5.7.* " ,
21
- "illuminate/database" : " ^5.7" ,
22
- "illuminate/log" : " 5.7.* " ,
23
- "illuminate/routing" : " 5.7.* " ,
24
- "illuminate/support" : " 5.7.* " ,
20
+ "illuminate/container" : " ^ 5.7|^5.8 " ,
21
+ "illuminate/database" : " ^5.7|^5.8 " ,
22
+ "illuminate/log" : " ^ 5.7|^5.8 " ,
23
+ "illuminate/routing" : " ^ 5.7|^5.8 " ,
24
+ "illuminate/support" : " ^ 5.7|^5.8 " ,
25
25
"willdurand/email-reply-parser" : " ^2.8" ,
26
26
"zbateson/mail-mime-parser" : " ^1.1"
27
27
},
28
28
"require-dev" : {
29
29
"mockery/mockery" : " ^1.2" ,
30
- "orchestra/testbench" : " 3.7.* " ,
30
+ "orchestra/testbench" : " ^ 3.7|^3.8 " ,
31
31
"phpunit/phpunit" : " ^7.0" ,
32
32
"zendframework/zend-mail" : " ^2.10"
33
33
},
Original file line number Diff line number Diff line change 11
11
12
12
class CleanEmailsTest extends TestCase
13
13
{
14
- public function setUp ()
14
+ public function setUp (): void
15
15
{
16
16
parent ::setUp ();
17
17
You can’t perform that action at this time.
0 commit comments