1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 03:34:04 +00:00

Replace webpatser/laravel-uuid with ramsey/uuid

This commit is contained in:
Samuel Štancl 2019-09-30 18:04:35 +02:00
parent 6a9128474f
commit 935948fd7e
2 changed files with 4 additions and 3 deletions

View file

@ -11,8 +11,8 @@
],
"require": {
"illuminate/support": "^6.0",
"webpatser/laravel-uuid": "^3.0",
"facade/ignition-contracts": "^1.0"
"facade/ignition-contracts": "^1.0",
"ramsey/uuid": "^3.7"
},
"require-dev": {
"vlucas/phpdotenv": "^3.3",