Skip to content

Commit

Permalink
add phpunit to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdmaguire committed May 22, 2013
1 parent 000d90e commit 5e3854f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/log/*
/test/login.php
vendor
bin/*
composer.lock
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"php": ">=5.3.3",
"ext-curl": "*",
"ext-simplexml": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": {"AktiveMerchant": "lib/"}
Expand Down

0 comments on commit 5e3854f

Please sign in to comment.