1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 07:14:05 +00:00

add missing json extension

This commit is contained in:
Mads Møller 2019-11-06 08:51:08 +01:00 committed by GitHub
parent e953b18eb3
commit 1373aabaa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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