1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:54:03 +00:00

1.x supports only 5.7

This commit is contained in:
Samuel Štancl 2019-02-26 21:27:15 +01:00
parent 1578a196c9
commit 725b43ce8c
2 changed files with 4 additions and 6 deletions

View file

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