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

Support ramsey/uuid v3 & v4

This commit is contained in:
Samuel Štancl 2020-03-27 17:47:43 +01:00 committed by GitHub
parent 245d998d59
commit 4b46c65b2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
"ext-json": "*", "ext-json": "*",
"illuminate/support": "^6.0|^7.0", "illuminate/support": "^6.0|^7.0",
"facade/ignition-contracts": "^1.0", "facade/ignition-contracts": "^1.0",
"ramsey/uuid": "^3.7" "ramsey/uuid": "^3.7|^4.0"
}, },
"require-dev": { "require-dev": {
"vlucas/phpdotenv": "^3.3|^4.0", "vlucas/phpdotenv": "^3.3|^4.0",