{ "name": "deepseath/hris", "description": "iClick HRIS SYSTEM SDK for PHP", "type": "think-extend", "minimum-stability": "dev", "require": { "php": ">=8.1", "ext-hash": "*", "ext-openssl": "*", "ext-json": "*", "ext-mbstring": "*", "ext-curl": "*", "yurunsoft/yurun-http": "^4.3", "symfony/cache": "^6.0" }, "license": "MIT", "autoload": { "psr-4": { "deepseath\\hris\\": "src/" } }, "authors": [ { "name": "Deepseath", "email": "deepseath@foxmail.com" } ], "extra": { "think": { "config":{ "hris": "src/config.php" } } } }