composer: phpunit 4.8 (#940)

switch from 4.7 to 4.8 (latest stable) of phpunit
This commit is contained in:
Ramon van Belzen 2017-03-06 23:05:44 +01:00 committed by Marcus Bointon
parent 09728b0649
commit 70da1b419d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
}, },
"require-dev": { "require-dev": {
"phpdocumentor/phpdocumentor": "*", "phpdocumentor/phpdocumentor": "*",
"phpunit/phpunit": "4.7.*" "phpunit/phpunit": "4.8.*"
}, },
"suggest": { "suggest": {
"league/oauth2-google": "Needed for Google XOAUTH2 authentication" "league/oauth2-google": "Needed for Google XOAUTH2 authentication"