Skip to content

Commit 389f381

Browse files
committed
Require PHPUnit for testing
1 parent 5e85982 commit 389f381

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"require-dev": {
1919
"orchestra/testbench": "^3.0",
2020
"mockery/mockery": "^0.9",
21-
"satooshi/php-coveralls": "^1.0"
21+
"satooshi/php-coveralls": "^1.0",
22+
"phpunit/phpunit": "~5.0"
2223
},
2324
"autoload": {
2425
"psr-4": {

0 commit comments

Comments
 (0)