From ff18d8084995b1e5256217c12464f4bfe81d402c Mon Sep 17 00:00:00 2001 From: Thach Nguyen Date: Fri, 26 Jan 2018 21:27:54 +0700 Subject: [PATCH] Add required composer dependencies such as `illuminate/config`, `illuminate/view` --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5363cd8..3699053 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,15 @@ ], "require": { "php": ">=5.3.0", + "illuminate/config": "4.x", "illuminate/support": "4.x", "illuminate/console": "4.x", "illuminate/filesystem": "4.x", + "illuminate/database": "4.x", + "illuminate/view": "4.x", "barryvdh/reflection-docblock": "^2.0.4", - "symfony/class-loader": "~2.3" + "symfony/class-loader": "~2.3", + "kdyby/parse-use-statements": "~0.2" }, "require-dev": { "doctrine/dbal": "~2.3"