We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit ed9ee1cCopy full SHA for ed9ee1c
.gitignore
@@ -0,0 +1,2 @@
1
+composer.lock
2
+vendor
composer.json
@@ -0,0 +1,20 @@
+{
+ "name": "rezouce/codeception-mailcatcher",
3
+ "description": "Allow to use Mailcatcher with Codeception",
4
+ "minimum-stability": "stable",
5
+ "license": "MIT",
6
+ "authors": [
7
+ {
8
+ "name": "Rezouce",
9
+ "email": "contact@rezouce.net"
10
+ }
11
+ ],
12
+ "autoload": {
13
+ "psr-4": {
14
+ "Selector\\": "src"
15
16
+ },
17
+ "require-dev": {
18
+ "phpspec/phpspec": "~2.1"
19
20
+}
0 commit comments