From ee8e5484251826e4534e7caa2d0763eeab40864b Mon Sep 17 00:00:00 2001 From: Feek Date: Sun, 1 Apr 2018 12:13:19 -0700 Subject: [PATCH] fixes #32 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 0f39320..a6c11da 100644 --- a/composer.json +++ b/composer.json @@ -25,15 +25,15 @@ "php": "~5.6|~7.0", "illuminate/console": "~5.1", "illuminate/support": "~5.1", + "phpunit/phpunit": ">=5.4.3", "squizlabs/php_codesniffer": "^3.0", - "symfony/finder": "^3.3" + "symfony/finder": "^3.3", + "weebly/phpstan-laravel": "^1.0" }, "require-dev": { "mockery/mockery": "^0.9.9", "moon/artisan": "^v1.9", - "orchestra/testbench": "~3.0", - "phpunit/phpunit": ">=5.4.3", - "weebly/phpstan-laravel": "^1.0" + "orchestra/testbench": "~3.0" }, "autoload": { "psr-4": {