mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:14:04 +00:00
deps up
This commit is contained in:
parent
f08e33afd8
commit
cf7d6eebb6
1 changed files with 10 additions and 12 deletions
|
|
@ -3,15 +3,13 @@
|
||||||
"description": "Automatic multi-tenancy for your Laravel application.",
|
"description": "Automatic multi-tenancy for your Laravel application.",
|
||||||
"keywords": ["laravel", "multi-tenancy", "multi-database", "tenancy"],
|
"keywords": ["laravel", "multi-tenancy", "multi-database", "tenancy"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [{
|
||||||
{
|
"name": "Samuel Štancl",
|
||||||
"name": "Samuel Štancl",
|
"email": "samuel.stancl@gmail.com"
|
||||||
"email": "samuel.stancl@gmail.com"
|
}],
|
||||||
}
|
|
||||||
],
|
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"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",
|
"facade/ignition-contracts": "^1.0",
|
||||||
"ramsey/uuid": "^3.7|^4.0",
|
"ramsey/uuid": "^3.7|^4.0",
|
||||||
"stancl/jobpipeline": "^1.0",
|
"stancl/jobpipeline": "^1.0",
|
||||||
|
|
@ -19,10 +17,10 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"vlucas/phpdotenv": "^3.3|^4.0|^5.0",
|
"vlucas/phpdotenv": "^3.3|^4.0|^5.0",
|
||||||
"laravel/framework": "^6.0|^7.0|^8.0",
|
"laravel/framework": "^6.0|^7.0|^8.0|^9.0",
|
||||||
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0",
|
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0|^7.0",
|
||||||
"league/flysystem-aws-s3-v3": "~1.0",
|
"league/flysystem-aws-s3-v3": "~3.0",
|
||||||
"doctrine/dbal": "^2.10",
|
"doctrine/dbal": "^2.10|^3.1.4",
|
||||||
"spatie/valuestore": "^1.2.5"
|
"spatie/valuestore": "^1.2.5"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue