Skip to content

Commit d258e65

Browse files
authored
alex-artemev: update clone link (#8)
1 parent a53b123 commit d258e65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This Codeception Module implements the required methods to test emails using the
66
Through 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
```
1212
Then turn it on in your Codeception suite yaml file
1313
```

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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": [
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "~7.2",
16+
"php": "^7.2",
1717
"guzzlehttp/guzzle": "^6.1",
1818
"ext-json": "*"
1919
},

0 commit comments

Comments
 (0)