Skip to content

Commit

Permalink
Merge pull request #1 from tburry/master
Browse files Browse the repository at this point in the history
Add a composer bin definition.
  • Loading branch information
initvector committed Apr 10, 2015
2 parents ab5c673 + 90c6d63 commit 0a63398
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/vanilla-colonize
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env php
<?php
require_once __DIR__.'/../colonize.php';
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
},
"require-dev": {
"bobthecow/faker": "dev-master"
}
},
"bin": [
"bin/vanilla-colonize"
]
}

0 comments on commit 0a63398

Please sign in to comment.