diff --git a/composer.json b/composer.json index b7ca5652..7116a9f8 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "facade/ignition": "^2.0", - "fzaninotto/faker": "^1.9", + "fzaninotto/faker": "^1.9.1", "mockery/mockery": "^1.3.1", "nunomaduro/collision": "^4.1", "phpunit/phpunit": "^8.5" diff --git a/package.json b/package.json index 5682fae9..3729fb78 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "axios": "^0.19", - "cross-env": "^6.0", + "cross-env": "^7.0", "laravel-mix": "^5.0.1", "lodash": "^4.17.13", "resolve-url-loader": "^3.1.0", diff --git a/phpunit.xml b/phpunit.xml index 7b127c31..0f4389f9 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,15 +1,8 @@ + colors="true"> ./tests/Unit