Skip to content

Commit 3fc6456

Browse files
committed
Initial commit
0 parents  commit 3fc6456

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor/
2+
composer.lock

composer.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "knplabs/phpspec-welldone-extension",
3+
"require": {
4+
"phpspec/phpspec": "~2.0"
5+
},
6+
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Pedrotroller",
10+
"email": "plazanet.pierre@gmail.com"
11+
}
12+
],
13+
"minimum-stability": "dev"
14+
}

0 commit comments

Comments
 (0)