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

add missing json extension (#217)

This commit is contained in:
Mads Møller 2019-11-06 18:02:51 +01:00 committed by Samuel Štancl
parent 0edb751e26
commit b3cf499ebd

View file

@ -10,6 +10,7 @@
} }
], ],
"require": { "require": {
"ext-json": "*",
"illuminate/support": "^6.0", "illuminate/support": "^6.0",
"ramsey/uuid": "^3.7" "ramsey/uuid": "^3.7"
}, },