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

Laravel 5.8

This commit is contained in:
Samuel Štancl 2019-02-26 19:44:38 +01:00 committed by GitHub
parent 4d9681da65
commit 1578a196c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
} }
], ],
"require": { "require": {
"illuminate/support": "^5.7", "illuminate/support": "^5.8",
"webpatser/laravel-uuid": "^3.0" "webpatser/laravel-uuid": "^3.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "~3.0", "orchestra/testbench": "~3.8",
"laravel/framework": "5.7.*", "laravel/framework": "5.8.*",
"vlucas/phpdotenv": "^2.2", "vlucas/phpdotenv": "^2.2",
"psy/psysh": "@stable", "psy/psysh": "@stable",
"league/flysystem-aws-s3-v3": "~1.0" "league/flysystem-aws-s3-v3": "~1.0"