From f7d5c50d67cecf4e928e7419c6b25a986d2bf8fd Mon Sep 17 00:00:00 2001 From: Troels Liebe Bentsen Date: Wed, 1 Oct 2014 02:48:25 +0200 Subject: [PATCH] Add doctrine to also generate model helpers --- _ide_helper.php | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_ide_helper.php b/_ide_helper.php index 4796095d71..643e6f542c 100644 --- a/_ide_helper.php +++ b/_ide_helper.php @@ -1,7 +1,7 @@ * @see https://github.com/barryvdh/laravel-ide-helper diff --git a/composer.json b/composer.json index e824397a5b..34ca1ce811 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "omnipay/omnipay": "~2.0", "intervention/image": "1.x", "webpatser/laravel-countries": "dev-master", - "barryvdh/laravel-ide-helper": "1.*" + "barryvdh/laravel-ide-helper": "1.*", + "doctrine/dbal": "~2.3" }, "require-dev": { "codeception/codeception": "dev-master"