mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:24:04 +00:00
Add 5.8 support (#33)
This commit is contained in:
parent
725b43ce8c
commit
78fd7d43f6
7 changed files with 41 additions and 15 deletions
|
|
@ -10,14 +10,14 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"illuminate/support": "^5.7",
|
||||
"illuminate/support": "5.7.*||5.8.*",
|
||||
"webpatser/laravel-uuid": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "~3.0",
|
||||
"laravel/framework": "5.7.*",
|
||||
"vlucas/phpdotenv": "^2.2",
|
||||
"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": {
|
||||
|
|
@ -42,5 +42,7 @@
|
|||
"Tenancy": "Stancl\\Tenancy\\TenancyFacade"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue