diff --git a/composer.json b/composer.json index 2fc2f0f..3ec570c 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ "Luthfi\\CrudGenerator\\": "src/" } }, - "minimum-stability": "dev", "require": { "php": ">=7.0", - "illuminate/support": "dev-master" + "illuminate/support": "5.4.*" }, "require-dev": { + "phpunit/phpunit": "~5.7", "orchestra/testbench": "~3.0" } }