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.
1 parent dd12ae1 commit feab03eCopy full SHA for feab03e
bob_config.php
@@ -2,6 +2,8 @@
2
3
namespace Bob\BuildConfig;
4
5
+task('default', array('test'));
6
+
7
task('test', array('phpunit.xml'), function() {
8
sh('phpunit tests/');
9
});
composer.json
@@ -34,11 +34,13 @@
34
"react/http": "*@dev",
35
"symfony/http-foundation": "*@stable",
36
"imagine/imagine": "*@dev",
37
- "mikey179/vfsStream": "1.1.*@stable"
+ "mikey179/vfsStream": "1.1.*@stable",
38
+ "chh/bob": "*@dev"
39
},
40
"autoload": {
41
"psr-0": {
42
"Pipe": "lib/"
43
}
- }
44
+ },
45
+ "minimum-stability": "dev"
46
0 commit comments