mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
Require doctrine for dev
This commit is contained in:
@@ -17,6 +17,9 @@
|
|||||||
"phpdocumentor/reflection-docblock": "2.0.x",
|
"phpdocumentor/reflection-docblock": "2.0.x",
|
||||||
"symfony/class-loader": "~2.3"
|
"symfony/class-loader": "~2.3"
|
||||||
},
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"doctrine/dbal": "~2.3"
|
||||||
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
|
"doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user