mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
Begin work on tests
This commit is contained in:
parent
349832c64b
commit
999507fe42
6 changed files with 172 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
|||
"illuminate/support": "^5.7",
|
||||
"webpatser/laravel-uuid": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "~3.0",
|
||||
"laravel/framework": "5.7.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Stancl\\Tenancy\\": "src/"
|
||||
|
|
@ -21,6 +25,11 @@
|
|||
"src/helpers.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Stancl\\Tenancy\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue