{
"name": "hkvstore/phpmaker",
"version": "2022",
"type": "project",
"homepage": "https://phpmaker.dev/",
"license": "Commercial",
"authors": [
{
"name": "e.World Technology Limited",
"email": "sales@hkvstore.com"
}
],
"require": {
"php": ">=7.3.0",
"ext-intl": "*",
"slim/slim": "^4.8.1",
"slim/csrf": "^1.2.1",
"slim/http": "^1.2.0",
"slim/http-cache": "^1.1.0",
"slim/flash": "^0.4.0",
"slim/php-view": "^3.1.0",
"nyholm/psr7": "^1.4.1",
"nyholm/psr7-server": "^1.0.0",
"php-di/php-di": "^6.2.1",
"doctrine/dbal": "^3.1.1",
"monolog/monolog": "^2.1.0",
"firebase/php-jwt": "^5.2.0",
"phpmailer/phpmailer": "^6.1.7",
"ezyang/htmlpurifier": "^4.13.0",
"mobiledetect/mobiledetectlib": "^2.8.37",
"soundasleep/html2text": "^1.1.0",
"defuse/php-encryption": "~2.3.1",
"hkvstore/phpthumb": "^2.1.4",
"athari/yalinqo": "dev-master",
"dflydev/dot-access-data": "^3.0.0",
"delight-im/cookie": "^3.4.0",
"selective/samesite-cookie": "~0.3.0",
"imangazaliev/didom": "^1.16.3",
"psr/log": "^1.1.4",
"minishlink/web-push": "^6.0.0",
"phpoffice/phpspreadsheet": "^1.18.0",
"hkvstore/dompdf": "~1.1.0"
},
"autoload": {
"psr-4": {
"PHPMaker2022\\DelmaAssets\\": [
"src/",
"models/",
"controllers/"
]
},
"classmap": [
"src/UploadHandler.php",
"src/PasswordHash.php"
]
},
"config": {
"allow-plugins": true
}
}