add phpunit as a development requirement

This commit is contained in:
Chris Boulton 2013-01-12 21:47:07 +11:00
parent e72c31a450
commit 8a7f11f906
2 changed files with 411 additions and 0 deletions

View file

@ -14,6 +14,9 @@
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {
"Resque": "lib"