S2OJ/web/app/composer.json
Baoshuo 86d4b13cd6
All checks were successful
continuous-integration/drone/push Build is passing
fix(web): ParsedownMath
2022-10-11 14:03:18 +08:00

16 lines
319 B
JSON

{
"require": {
"gregwar/captcha": "^1.1",
"phpmailer/phpmailer": "^6.6",
"ezyang/htmlpurifier": "^4.16",
"erusev/parsedown": "^1.7"
},
"autoload": {
"classmap": [
"vendor/parsedown-math/ParsedownMath.php"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}