mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:04:03 +00:00
Keep laravel 6.x support
This commit is contained in:
parent
eb455b54e3
commit
b3006a8135
1 changed files with 5 additions and 5 deletions
|
|
@ -11,15 +11,15 @@
|
|||
],
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"illuminate/support": "^7.0",
|
||||
"illuminate/support": "^6.0|^7.0",
|
||||
"facade/ignition-contracts": "^1.0",
|
||||
"ramsey/uuid": "^3.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"vlucas/phpdotenv": "^4.0",
|
||||
"laravel/telescope": "^3.0",
|
||||
"laravel/framework": "^7.0",
|
||||
"orchestra/testbench-browser-kit": "^5.0",
|
||||
"vlucas/phpdotenv": "^3.3|^4.0",
|
||||
"laravel/telescope": "^2.0|^3.0",
|
||||
"laravel/framework": "^6.0|^7.0",
|
||||
"orchestra/testbench-browser-kit": "^4.0|^5.0",
|
||||
"league/flysystem-aws-s3-v3": "~1.0",
|
||||
"phpunit/phpcov": "dev-master"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue