mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 11:18:42 +00:00
16 lines
319 B
JSON
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
|
|
}
|