1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 15:14:04 +00:00
This commit is contained in:
George 2022-02-12 13:53:25 +01:00
parent f08e33afd8
commit cf7d6eebb6

View file

@ -3,15 +3,13 @@
"description": "Automatic multi-tenancy for your Laravel application.",
"keywords": ["laravel", "multi-tenancy", "multi-database", "tenancy"],
"license": "MIT",
"authors": [
{
"name": "Samuel Štancl",
"email": "samuel.stancl@gmail.com"
}
],
"authors": [{
"name": "Samuel Štancl",
"email": "samuel.stancl@gmail.com"
}],
"require": {
"ext-json": "*",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"facade/ignition-contracts": "^1.0",
"ramsey/uuid": "^3.7|^4.0",
"stancl/jobpipeline": "^1.0",
@ -19,10 +17,10 @@
},
"require-dev": {
"vlucas/phpdotenv": "^3.3|^4.0|^5.0",
"laravel/framework": "^6.0|^7.0|^8.0",
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0",
"league/flysystem-aws-s3-v3": "~1.0",
"doctrine/dbal": "^2.10",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0|^7.0",
"league/flysystem-aws-s3-v3": "~3.0",
"doctrine/dbal": "^2.10|^3.1.4",
"spatie/valuestore": "^1.2.5"
},
"autoload": {
@ -51,4 +49,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}