Add PHPUnit as a dev dependency
Also has it install, and cache, as part of the before_script for CI.
Showing
... | ... | @@ -23,5 +23,10 @@ |
"support": { | ||
"issues": "https://git.simon.geek.nz/91-carriage/phpunit-hhi/issues", | ||
"source": "https://git.simon.geek.nz/91-carriage/phpunit-hhi/tree/master" | ||
} | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "5.4.*" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment