1
0
Fork 0
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:
Samuel Štancl 2026-03-30 09:39:01 +02:00 committed by GitHub
commit 16b93a3ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 110 additions and 22 deletions

View file

@ -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",