mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 09:18:41 +00:00
19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"require": {
|
|
"gregwar/captcha": "^1.1",
|
|
"phpmailer/phpmailer": "^6.6",
|
|
"ezyang/htmlpurifier": "^4.16",
|
|
"erusev/parsedown": "^1.7",
|
|
"php-curl-class/php-curl-class": "^2.0",
|
|
"ext-dom": "20031129",
|
|
"ivopetkov/html5-dom-document-php": "2.*"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"vendor/parsedown-math/ParsedownMath.php"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|