{
"name": "awehttam/binkterm-php",
"version": "1.9.8",
"description": "Modern web based public home point and BBS with FTN and bink integration",
"type": "project",
"require": {
"php": ">=8.2",
"pecee/simple-router": "^5.3",
"twig/twig": "^3.7",
"ext-pdo": "*",
"ext-pgsql": "*",
"phpmailer/phpmailer": "^6.8",
"chillerlan/php-qrcode": "^4.3"
},
"autoload": {
"psr-4": {
"BinktermPHP\\": "src/"
}
},
"scripts": {
"check:i18n-error-keys": "php scripts/check_i18n_error_keys.php",
"check:i18n-hardcoded": "php scripts/check_i18n_hardcoded_strings.php",
"update:i18n-hardcoded-allowlist": "php scripts/check_i18n_hardcoded_strings.php --update-allowlist"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
}
}
|