add dependency for db migrations
This commit is contained in:
parent
5f5101b977
commit
6eecd02c5a
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
"type": "project",
|
||||
"require": {
|
||||
"php": "^7.2",
|
||||
"doctrine/dbal": "^2.10",
|
||||
"laravel/lumen-framework": "^6.0",
|
||||
"mpociot/laravel-apidoc-generator": "^4.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue