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

Dockerize phpunit (#66)

This commit is contained in:
Samuel Štancl 2019-07-12 21:44:26 +02:00 committed by GitHub
parent 13cdc03103
commit dc30354699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 93 additions and 20 deletions

View file

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