integer showing as string in json after installing tenancy package
ramiz1122 opened this issue · comments
ramiz1122 commented
Hi,
I have install and integrate tenancy/multi-tenant and its working fine but getting one issue.
Integer values showing as string in json
here are my composer.lock information
"php": "^7.2",
"hyn/multi-tenant": "5.5.*",
"laravel/framework": "^6.0"
is there any solution for this ?
Arlon Antonius commented
There's 2 comma's (,
) after our pacjage version, so your composer.json is not valid json at the moment