File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
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|^5.8|^ 6.0|^7.0" ,
21
- "illuminate/database" : " ^5.7|^5.8|^ 6.0|^7.0" ,
22
- "illuminate/log" : " ^5.7|^5.8|^ 6.0|^7.0" ,
23
- "illuminate/routing" : " ^5.7|^5.8|^ 6.0|^7.0" ,
24
- "illuminate/support" : " ^5.7|^5.8|^ 6.0|^7.0" ,
20
+ "illuminate/container" : " ^6.0|^7.0" ,
21
+ "illuminate/database" : " ^6.0|^7.0" ,
22
+ "illuminate/log" : " ^6.0|^7.0" ,
23
+ "illuminate/routing" : " ^6.0|^7.0" ,
24
+ "illuminate/support" : " ^6.0|^7.0" ,
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|^3.8|^ 4.0|^5.0" ,
30
+ "orchestra/testbench" : " ^4.0|^5.0" ,
31
31
"phpunit/phpunit" : " ^7.0|^8.0" ,
32
32
"zendframework/zend-mail" : " ^2.10"
33
33
},
Original file line number Diff line number Diff line change 27
27
<log type =" coverage-clover" target =" build/logs/clover.xml" />
28
28
</logging >
29
29
<php >
30
+ <env name =" MAIL_MAILER" value =" log" />
30
31
<env name =" DB_CONNECTION" value =" testing" />
31
32
</php >
32
33
</phpunit >
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ protected function getRegularExpression(): string
24
24
25
25
$ regex = $ route ->compile ()->getRegex ();
26
26
27
- $ regex = preg_replace ('/^# \^\/(.*)/ ' , '# ^$1 ' , $ regex );
27
+ $ regex = preg_replace ('/^{ \^\/(.*)/ ' , '{ ^$1 ' , $ regex );
28
28
29
29
$ regex = str_replace ('>[^/]+) ' , '>.+) ' , $ regex );
30
30
31
- $ regex = str_replace ('$# sD ' , '$# sDi ' , $ regex );
31
+ $ regex = str_replace ('$} sD ' , '$} sDi ' , $ regex );
32
32
33
33
return $ regex ;
34
34
}
You can’t perform that action at this time.
0 commit comments