We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 3fc6456Copy full SHA for 3fc6456
.gitignore
@@ -0,0 +1,2 @@
1
+/vendor/
2
+composer.lock
composer.json
@@ -0,0 +1,14 @@
+{
+ "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