mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
updated based on wip of stancl
This commit is contained in:
parent
cfc0608fb8
commit
574c1bd266
1 changed files with 7 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"require-dev": {
|
||||
"vlucas/phpdotenv": "^3.3|^4.0|^5.0",
|
||||
"laravel/framework": "^6.0|^7.0|^8.0|^9.0",
|
||||
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0|^7.0",
|
||||
"orchestra/testbench-browser-kit": "^7.0",
|
||||
"league/flysystem-aws-s3-v3": "~3.0",
|
||||
"doctrine/dbal": "^2.10|^3.1.4",
|
||||
"spatie/valuestore": "^1.2.5"
|
||||
|
|
@ -46,6 +46,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"docker-up": "PHP_VERSION=8.0.11 docker-compose up -d",
|
||||
"docker-down": "PHP_VERSION=8.0.11 docker-compose down",
|
||||
"docker-rebuild": "PHP_VERSION=8.0.11 docker-compose up -d --no-deps --build",
|
||||
"test": "./test"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue