S2OJ/web/app/composer.json
2023-02-13 20:29:32 +08:00

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
}