mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 13:14:05 +00:00
Merge branch 'master' of github.com:archtechx/tenancy into add-postgres-rls-support
This commit is contained in:
commit
eec993151e
28 changed files with 605 additions and 38 deletions
|
|
@ -17,17 +17,19 @@
|
|||
"require": {
|
||||
"php": "^8.2",
|
||||
"ext-json": "*",
|
||||
"illuminate/support": "^10.1",
|
||||
"illuminate/support": "^10.0",
|
||||
"facade/ignition-contracts": "^1.0.2",
|
||||
"spatie/ignition": "^1.4",
|
||||
"ramsey/uuid": "^4.0",
|
||||
"ramsey/uuid": "^4.7.3",
|
||||
"stancl/jobpipeline": "2.0.0-rc1",
|
||||
"stancl/virtualcolumn": "^1.3"
|
||||
"stancl/virtualcolumn": "^1.3.1",
|
||||
"spatie/invade": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/framework": "^10.1",
|
||||
"laravel/framework": "^10.0",
|
||||
"orchestra/testbench": "^8.0",
|
||||
"league/flysystem-aws-s3-v3": "^3.0",
|
||||
"doctrine/dbal": "^2.10",
|
||||
"league/flysystem-aws-s3-v3": "^3.12.2",
|
||||
"doctrine/dbal": "^3.6.0",
|
||||
"spatie/valuestore": "^1.2.5",
|
||||
"pestphp/pest": "^1.21",
|
||||
"nunomaduro/larastan": "^2.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue