web/composer.json
2024-01-15 15:49:16 -06:00

22 lines
487 B
JSON

{
"require-dev": {
"phpstan/phpstan": "^1.7.14",
"thecodingmachine/phpstan-safe-rule": "^1.2.0"
},
"autoload": {
"psr-4": {"": "lib/"},
"files": ["lib/Constants.php", "lib/CoreFunctions.php"]
},
"platform":{
"php": "8.1.2"
},
"require": {
"thecodingmachine/safe": "^2.5.0",
"phpmailer/phpmailer": "^6.6.0",
"ramsey/uuid": "4.2.3",
"gregwar/captcha": "^1.2.0",
"php-webdriver/webdriver": "^1.15.1",
"pear/http2": "^2.0.0",
"erusev/parsedown": "^1.7.4"
}
}