1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 10:14:04 +00:00

Merge branch 'master' into broadcasting-tenancy

This commit is contained in:
Samuel Štancl 2023-02-18 13:00:14 +01:00 committed by GitHub
commit bb20a34e85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 1430 additions and 404 deletions

View file

@ -17,7 +17,7 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"illuminate/support": "^9.0",
"illuminate/support": "^9.38",
"spatie/ignition": "^1.4",
"ramsey/uuid": "^4.0",
"stancl/jobpipeline": "^1.0",
@ -25,13 +25,14 @@
"spatie/invade": "^1.1"
},
"require-dev": {
"laravel/framework": "^9.0",
"laravel/framework": "^9.38",
"orchestra/testbench": "^7.0",
"league/flysystem-aws-s3-v3": "^3.0",
"doctrine/dbal": "^2.10",
"spatie/valuestore": "^1.2.5",
"pestphp/pest": "^1.21",
"nunomaduro/larastan": "^1.0"
"nunomaduro/larastan": "^2.4",
"spatie/invade": "^1.1"
},
"autoload": {
"psr-4": {