1
0
Fork 0
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:
George 2022-02-13 16:42:26 +01:00
parent cfc0608fb8
commit 574c1bd266

View file

@ -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
}