Skip to content

Commit

Permalink
added bin to composer.json [Closes #3]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ authored and dg committed Nov 15, 2012
1 parent 2e511d2 commit 4ddadf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Tester/tester
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env php
<?php

require __DIR__ . '/tester.php';
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
},
"autoload": {
"classmap": ["Tester/"]
}
},
"bin": ["Tester/tester"]
}

0 comments on commit 4ddadf6

Please sign in to comment.