1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 08:14:02 +00:00
This commit is contained in:
Samuel Štancl 2019-02-27 18:00:00 +01:00
parent d527191b89
commit 265216f7dc
4 changed files with 22 additions and 7 deletions

View file

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