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