1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:24:04 +00:00

Laravel 6

This commit is contained in:
Samuel Štancl 2019-09-08 12:22:18 +02:00
parent adc1b26243
commit ab0a40a17e
3 changed files with 7 additions and 5 deletions

View file

@ -10,14 +10,14 @@
}
],
"require": {
"illuminate/support": "5.8.*",
"illuminate/support": "^6.0",
"webpatser/laravel-uuid": "^3.0"
},
"require-dev": {
"vlucas/phpdotenv": "^3.3",
"laravel/telescope": "^2.0",
"laravel/framework": "5.8.*",
"orchestra/testbench-browser-kit": "~3.8",
"laravel/framework": "^6.0",
"orchestra/testbench-browser-kit": "^4.0",
"league/flysystem-aws-s3-v3": "~1.0",
"phpunit/phpcov": "^6.0"
},