1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 11:34:03 +00:00

Merge 3.x into master

This commit is contained in:
lukinovec 2023-02-17 15:48:00 +01:00
parent 617e9a7a73
commit 8fd19192ec
11 changed files with 105 additions and 54 deletions

View file

@ -17,18 +17,19 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"illuminate/support": "^9.38",
"illuminate/support": "^9.38|^10.0",
"spatie/ignition": "^1.4",
"ramsey/uuid": "^4.0",
"stancl/jobpipeline": "^1.0",
"stancl/virtualcolumn": "^1.3"
"ramsey/uuid": "^4.7.3",
"stancl/jobpipeline": "^1.6.2",
"stancl/virtualcolumn": "^1.3.1",
"facade/ignition-contracts": "^1.0.2"
},
"require-dev": {
"laravel/framework": "^9.38",
"orchestra/testbench": "^7.0",
"league/flysystem-aws-s3-v3": "^3.0",
"doctrine/dbal": "^2.10",
"spatie/valuestore": "^1.2.5",
"laravel/framework": "^9.38|^10.0",
"orchestra/testbench": "^7.0|^8.0",
"league/flysystem-aws-s3-v3": "^3.12.2",
"doctrine/dbal": "^3.6.0",
"spatie/valuestore": "^1.3.2",
"pestphp/pest": "^1.21",
"nunomaduro/larastan": "^2.4",
"spatie/invade": "^1.1"