diff --git a/composer.json b/composer.json index c5d52fa..93e34f2 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "illuminate/support": "~5.0|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { - "mockery/mockery": "dev-master", + "mockery/mockery": "dev-main", "phpunit/phpunit": "^6.1|^9.5.10" }, "autoload": { diff --git a/phpunit.xml b/phpunit.xml index 3347b75..422eeac 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,7 +8,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="false" >