1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:54:03 +00:00

Use my Laravel fork

This commit is contained in:
lukinovec 2023-01-31 08:13:06 +01:00
parent 8deeef25be
commit 62a2ed163c
3 changed files with 10 additions and 14 deletions

View file

@ -24,7 +24,7 @@
"stancl/virtualcolumn": "^1.3"
},
"require-dev": {
"laravel/framework": "^9.0",
"laravel/framework": "dev-cache-methods as 9.21",
"orchestra/testbench": "^7.0",
"league/flysystem-aws-s3-v3": "^3.0",
"doctrine/dbal": "^2.10",
@ -33,6 +33,12 @@
"nunomaduro/larastan": "^1.0",
"spatie/invade": "^1.1"
},
"repositories": [
{
"type": "vcs",
"url": "http://github.com/lukinovec/framework"
}
],
"autoload": {
"psr-4": {
"Stancl\\Tenancy\\": "src/"