Merge pull request #27 from chillu/pulls/fix-phpunit-dependency

Require-dev for PHPUnit
This commit is contained in:
Damian Mooyman 2016-03-07 20:46:20 +13:00
commit 94faf34266
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
}
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
"phpunit/PHPUnit": "~4.8"
}
}