File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2323 "require" : {
2424 "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0" ,
2525 "ext-json" : " *" ,
26- "codeception/codeception" : " ^4 .0" ,
26+ "codeception/codeception" : " ^5 .0" ,
2727 "guzzlehttp/guzzle" : " ^6.1 || ^7.0"
2828 },
2929 "require-dev" : {
Original file line number Diff line number Diff line change @@ -13,10 +13,8 @@ class Mailpit extends Module
1313
1414 /**
1515 * Codeception exposed variables.
16- *
17- * @var array<string>
1816 */
19- protected $ config = [
17+ protected array $ config = [
2018 'url ' ,
2119 'port ' ,
2220 'guzzleRequestOptions ' ,
@@ -26,10 +24,8 @@ class Mailpit extends Module
2624
2725 /**
2826 * Codeception required variables.
29- *
30- * @var array<string>
3127 */
32- protected $ requiredFields = ['url ' , 'port ' ];
28+ protected array $ requiredFields = ['url ' , 'port ' ];
3329
3430 /**
3531 * HTTP Client to interact with Mailpit.
You can’t perform that action at this time.
0 commit comments