File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ This Codeception Module implements the required methods to test emails using the
66Through composer, require the package:
77```
88"require-dev": {
9- "ericmartel /codeception-email-mailhog": "^1.0"
10- }
9+ "lamoda /codeception-email-mailhog": "^1.0"
10+ }
1111```
1212Then turn it on in your Codeception suite yaml file
1313```
Original file line number Diff line number Diff line change 11{
2- "name" : " ericmartel /codeception-email-mailhog" ,
2+ "name" : " lamoda /codeception-email-mailhog" ,
33 "description" : " Provides test helpers for Codeception when testing email functionality with MailHog" ,
44 "license" : " MIT" ,
55 "authors" : [
1313 }
1414 ],
1515 "require" : {
16- "php" : " ~ 7.2" ,
16+ "php" : " ^ 7.2" ,
1717 "guzzlehttp/guzzle" : " ^6.1" ,
1818 "ext-json" : " *"
1919 },
You can’t perform that action at this time.
0 commit comments