S2OJ/web/app/composer.json

16 lines
319 B
JSON
Raw Normal View History

2022-10-08 19:58:22 +08:00
{
"require": {
2022-10-09 21:45:29 +08:00
"gregwar/captcha": "^1.1",
"phpmailer/phpmailer": "^6.6",
2022-10-10 07:35:48 +08:00
"ezyang/htmlpurifier": "^4.16",
2022-10-11 14:03:18 +08:00
"erusev/parsedown": "^1.7"
2022-10-10 07:35:48 +08:00
},
"autoload": {
"classmap": [
2022-10-11 14:03:18 +08:00
"vendor/parsedown-math/ParsedownMath.php"
2022-10-10 07:35:48 +08:00
]
},
"minimum-stability": "dev",
"prefer-stable": true
2022-10-08 19:58:22 +08:00
}