Skip to content

Commit ed9ee1c

Browse files
committed
Composer init with PHPSpec.
0 parents  commit ed9ee1c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
composer.lock
2+
vendor

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"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

Comments
 (0)