S2OJ/web/app/composer.json

17 lines
387 B
JSON

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