mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:14:03 +00:00
Add Pest dependencies
This commit is contained in:
parent
4aec6bfda2
commit
7b841caccd
1 changed files with 8 additions and 3 deletions
|
|
@ -1,7 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "stancl/tenancy",
|
"name": "stancl/tenancy",
|
||||||
"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": [
|
||||||
{
|
{
|
||||||
|
|
@ -20,10 +25,10 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"laravel/framework": "^6.0|^7.0|^8.0|^9.0",
|
"laravel/framework": "^6.0|^7.0|^8.0|^9.0",
|
||||||
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
|
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
|
||||||
"phpunit/phpunit": "*",
|
|
||||||
"league/flysystem-aws-s3-v3": "^1.0|^3.0",
|
"league/flysystem-aws-s3-v3": "^1.0|^3.0",
|
||||||
"doctrine/dbal": "^2.10",
|
"doctrine/dbal": "^2.10",
|
||||||
"spatie/valuestore": "^1.2.5"
|
"spatie/valuestore": "^1.2.5",
|
||||||
|
"pestphp/pest": "^1.21"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue