-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 821 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 821 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
{
"name": "binkterm-php/fidonet-web",
"version": "1.8.5",
"description": "Modern web interface for Fidonet messaging with bink integration",
"type": "project",
"require": {
"php": ">=8.0",
"pecee/simple-router": "^5.3",
"twig/twig": "^3.7",
"ext-pdo": "*",
"ext-pgsql": "*",
"phpmailer/phpmailer": "^6.8"
},
"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"
}
}