Removed phpunit from composer.json

This commit is contained in:
Alex Bilbie 2013-03-06 16:58:29 +00:00
parent 4917bc228c
commit 6a8f8bf7b7

View File

@ -8,8 +8,7 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"mockery/mockery": ">=0.7.2"
"mockery/mockery": ">=0.7.2"
},
"repositories": [
{