Update composer.json, PHPUnit should be at latest version 7 version.
... | ... | @@ -103,7 +103,7 @@ |
"mikey179/vfsstream": "v1.6.7", | ||
"onelogin/php-saml": "3.2.1", | ||
"oomphinc/composer-installers-extender": "v1.1.2", | ||
"phpunit/phpunit": "6.5", | ||
"phpunit/phpunit": "^7", | ||
"symfony/browser-kit": ">=2.8.13 <3.0", | ||
"symfony/css-selector": "~3.0", | ||
"symfony/finder": "^4.0", | ||
... | ... |
Please register or sign in to comment