Skip to content

Commit

Permalink
Add phpunit for dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 28, 2014
1 parent 373b7c3 commit 5a9350f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"ext-curl": "*",
"guzzle/guzzle": ">=0.7"
},
"require-dev": {
"phpunit/phpunit": ">=3.7"
},
"autoload": {
"psr-0": { "Tmdb\\": "lib/" }
}
Expand Down

0 comments on commit 5a9350f

Please sign in to comment.