Upgrade phpunit version

This commit is contained in:
Matthias Mullie 2015-12-17 22:37:46 +01:00
parent da03f6d13c
commit 967a18a7a0
2 changed files with 4 additions and 1 deletions

View File

@ -11,5 +11,8 @@ php:
before_script:
- composer self-update && composer install --dev
script:
- ./vendor/bin/phpunit
after_script:
- php vendor/bin/coveralls

View File

@ -20,7 +20,7 @@
},
"require-dev": {
"matthiasmullie/scrapbook": "~1.0",
"phpunit/phpunit": "4.3.*",
"phpunit/phpunit": "~4.8",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {