1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-18 00:53:10 +01:00

Add doctrine to also generate model helpers

This commit is contained in:
Troels Liebe Bentsen 2014-10-01 02:48:25 +02:00
parent be408db583
commit f7d5c50d67
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
/**
* An helper file for Laravel 4, to provide autocomplete information to your IDE
* Generated for Laravel 4.1.25 on 2014-09-29.
* Generated for Laravel 4.1.25 on 2014-10-01.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper

View File

@ -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"