This commit is contained in:
2021-02-25 16:17:42 +03:00
parent 0242f048fb
commit 243053b639
2 changed files with 385 additions and 5 deletions

View File

@@ -10,8 +10,9 @@
"type": "project",
"require": {
"php": ">=7.0",
"laravel/lumen-framework": "^8.0",
"ext-json": "*"
"ext-json": "*",
"doctrine/dbal": "^3.0",
"laravel/lumen-framework": "^8.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",