Skip to content

Commit

Permalink
add phpunit as a development requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisboulton committed Jan 12, 2013
1 parent e72c31a commit 8a7f11f
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {
"Resque": "lib"
Expand Down
Loading

0 comments on commit 8a7f11f

Please sign in to comment.