14 lines
307 B
JSON
14 lines
307 B
JSON
|
|
{
|
||
|
|
"name": "host-uk/core-tenant",
|
||
|
|
"description": "Core tenant functionality for the Host UK platform.",
|
||
|
|
"type": "library",
|
||
|
|
"license": "MIT",
|
||
|
|
"require": {
|
||
|
|
"php": "^8.1",
|
||
|
|
"host-uk/core-framework": "^1.2"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^9.5"
|
||
|
|
}
|
||
|
|
}
|