S2OJ/web/app/composer.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
}