mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-07 07:34:03 +00:00
Merge branch 'master' into pest-v4
This commit is contained in:
commit
16b93a3ec9
10 changed files with 110 additions and 22 deletions
|
|
@ -18,17 +18,17 @@
|
|||
"require": {
|
||||
"php": "^8.4",
|
||||
"ext-json": "*",
|
||||
"illuminate/support": "^12.0",
|
||||
"laravel/tinker": "^2.0",
|
||||
"illuminate/support": "^12.0|^13.0",
|
||||
"laravel/tinker": "^2.0|^3.0",
|
||||
"ramsey/uuid": "^4.7.3",
|
||||
"stancl/jobpipeline": "2.0.0-rc6",
|
||||
"stancl/jobpipeline": "2.0.0-rc7",
|
||||
"stancl/virtualcolumn": "^1.5.0",
|
||||
"spatie/invade": "*",
|
||||
"laravel/prompts": "0.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/framework": "^12.0",
|
||||
"orchestra/testbench": "^10.0",
|
||||
"laravel/framework": "^13.0",
|
||||
"orchestra/testbench": "^10.0|^11.0",
|
||||
"league/flysystem-aws-s3-v3": "^3.12.2",
|
||||
"doctrine/dbal": "^3.6.0",
|
||||
"spatie/valuestore": "^1.2.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue