Upgrade to PHPUnit 6.3
Showing
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
"doctrine/common": "^2.7.1" | "doctrine/common": "^2.7.1" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^5.4.6", | "phpunit/phpunit": "^6.3", | ||
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", | ||
"symfony/console": "2.*||^3.0" | "symfony/console": "2.*||^3.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment