Skip to content

Commit

Permalink
add phpunit as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
scribu committed Apr 4, 2013
1 parent ddd0485 commit 58da54e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"php": ">=5.2" "php": ">=5.2"
}, },
"require-dev": { "require-dev": {
"fluentdom/fluentdom": "dev-master" "fluentdom/fluentdom": "dev-master",
"phpunit/phpunit": "3.7.x"
}, },
"minimum-stability": "dev" "minimum-stability": "dev"
} }

0 comments on commit 58da54e

Please sign in to comment.