Skip to content

Commit

Permalink
Merge pull request #808 from coreymckrill/patch-1
Browse files Browse the repository at this point in the history
Update phpunit to 4.8.x
  • Loading branch information
jeremyfelt committed Feb 3, 2016
2 parents 47ff961 + 8cb55e9 commit b4a0fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ tools_install() {
if [[ -n "$(composer --version --no-ansi | grep 'Composer version')" ]]; then
echo "Updating Composer..."
COMPOSER_HOME=/usr/local/src/composer composer self-update
COMPOSER_HOME=/usr/local/src/composer composer -q global require --no-update phpunit/phpunit:4.3.*
COMPOSER_HOME=/usr/local/src/composer composer -q global require --no-update phpunit/phpunit:4.8.*
COMPOSER_HOME=/usr/local/src/composer composer -q global require --no-update phpunit/php-invoker:1.1.*
COMPOSER_HOME=/usr/local/src/composer composer -q global require --no-update mockery/mockery:0.9.*
COMPOSER_HOME=/usr/local/src/composer composer -q global require --no-update d11wtq/boris:v1.0.8
Expand Down

0 comments on commit b4a0fc9

Please sign in to comment.