-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 868 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "awehttam/binkterm-php",
"version": "1.9.10",
"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"
}
}