PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 867 bytes
 

Contents

Class file image Download
{ "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" } }