From 85c041c277edcf2504b40ba3cccd09429b51c6ea Mon Sep 17 00:00:00 2001 From: Roman Kinyakin <1@grep.su> Date: Fri, 13 Nov 2015 12:10:10 +0600 Subject: [PATCH] Add missing dependency --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b3fd731..6605f1e 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ "illuminate/support": "5.*", "illuminate/contracts": "5.*", "illuminate/view": "5.*", - "illuminate/container": "5.*" + "illuminate/container": "5.*", + "illuminate/console": "5.*" }, "require-dev": { "phpunit/phpunit": "~4.0"