Skip to content

Commit feab03e

Browse files
committed
Add minimum-stability:dev, add chh/bob build tool as dev dependency
1 parent dd12ae1 commit feab03e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bob_config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Bob\BuildConfig;
44

5+
task('default', array('test'));
6+
57
task('test', array('phpunit.xml'), function() {
68
sh('phpunit tests/');
79
});

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
"react/http": "*@dev",
3535
"symfony/http-foundation": "*@stable",
3636
"imagine/imagine": "*@dev",
37-
"mikey179/vfsStream": "1.1.*@stable"
37+
"mikey179/vfsStream": "1.1.*@stable",
38+
"chh/bob": "*@dev"
3839
},
3940
"autoload": {
4041
"psr-0": {
4142
"Pipe": "lib/"
4243
}
43-
}
44+
},
45+
"minimum-stability": "dev"
4446
}

0 commit comments

Comments
 (0)