1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:44:04 +00:00
This commit is contained in:
Samuel Štancl 2019-02-26 21:22:30 +01:00
parent 1578a196c9
commit fa40abde19
4 changed files with 10 additions and 6 deletions

View file

@ -10,13 +10,13 @@
}
],
"require": {
"illuminate/support": "^5.8",
"illuminate/support": "5.8.*",
"webpatser/laravel-uuid": "^3.0"
},
"require-dev": {
"orchestra/testbench": "~3.8",
"laravel/framework": "5.8.*",
"vlucas/phpdotenv": "^2.2",
"vlucas/phpdotenv": "^3.3",
"psy/psysh": "@stable",
"league/flysystem-aws-s3-v3": "~1.0"
},
@ -42,5 +42,7 @@
"Tenancy": "Stancl\\Tenancy\\TenancyFacade"
}
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}