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

drop 5.7 support

This commit is contained in:
Samuel Štancl 2019-08-04 20:24:48 +02:00
parent 8cfbdcf8d1
commit 65b38827d5

View file

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