From 8e2fef62dd4d0dfdc53368644b17e1b770807e81 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Mon, 21 Aug 2017 09:01:43 +0800 Subject: [PATCH] Added phpunit 5.7 and illuminate support 5.4 instead of dev-master --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } }