Skip to content

Commit

Permalink
install phpunit the bin folder
Browse files Browse the repository at this point in the history
It is easier to access it that way.
  • Loading branch information
Grégoire Paris committed Sep 17, 2014
1 parent 227d88e commit 3e92bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
composer.phar
vendor
composer.lock
bin
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"psr-0": { "Knp\\DoctrineBehaviors": "src/" }
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
Expand Down

0 comments on commit 3e92bc4

Please sign in to comment.