1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:34:04 +00:00

Add docker

This commit is contained in:
Samuel Štancl 2019-07-12 21:35:36 +02:00
parent 73c818f975
commit 87a207b70c
4 changed files with 12 additions and 10 deletions

View file

@ -10,14 +10,14 @@
}
],
"require": {
"illuminate/support": "5.7.*||5.8.*",
"illuminate/support": "5.8.*||5.7.*",
"webpatser/laravel-uuid": "^3.0",
"predis/predis": "^1.1"
},
"require-dev": {
"vlucas/phpdotenv": "^2.2||^3.3",
"psy/psysh": "@stable",
"laravel/framework": "5.7.*||5.8.*",
"laravel/framework": "5.8.*||5.7.*",
"orchestra/testbench": "~3.7||~3.8",
"league/flysystem-aws-s3-v3": "~1.0"
},