mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:48:41 +00:00
20 lines
500 B
JSON
20 lines
500 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": "^9.13",
|
|
"ext-dom": "20031129",
|
|
"ivopetkov/html5-dom-document-php": "2.*",
|
|
"peppeocchi/php-cron-scheduler": "^4.0"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"vendor/parsedown-math/ParsedownMath.php"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|