mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:24:04 +00:00
PHP 8 support (#542)
* PHP 8 support, test workflow syntax * Try using a custom data structure in the workflow * Try using matrix include * Default PHP target * single include * fix composer package name * [WIP] Try using dev-master for valuestore * Update spatie/valuestore constraint to be stable
This commit is contained in:
parent
126afcd0dd
commit
30a1f9102d
6 changed files with 40 additions and 35 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "stancl/tenancy-private",
|
||||
"name": "stancl/tenancy",
|
||||
"description": "Automatic multi-tenancy for your Laravel application.",
|
||||
"keywords": ["laravel", "multi-tenancy", "multi-database", "tenancy"],
|
||||
"license": "MIT",
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0",
|
||||
"league/flysystem-aws-s3-v3": "~1.0",
|
||||
"doctrine/dbal": "^2.10",
|
||||
"spatie/valuestore": "^1.2"
|
||||
"spatie/valuestore": "^1.2.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue