S2OJ/web/app/composer.json

20 lines
500 B
JSON
Raw Normal View History

2022-10-08 11:58:22 +00:00
{
"require": {
2022-10-09 13:45:29 +00:00
"gregwar/captcha": "^1.1",
"phpmailer/phpmailer": "^6.6",
2022-10-09 23:35:48 +00:00
"ezyang/htmlpurifier": "^4.16",
2023-01-18 08:20:12 +00:00
"erusev/parsedown": "^1.7",
"php-curl-class/php-curl-class": "^9.13",
2023-01-18 08:20:12 +00:00
"ext-dom": "20031129",
2023-02-13 12:29:32 +00:00
"ivopetkov/html5-dom-document-php": "2.*",
"peppeocchi/php-cron-scheduler": "^4.0"
2022-10-09 23:35:48 +00:00
},
"autoload": {
"classmap": [
2022-10-11 06:03:18 +00:00
"vendor/parsedown-math/ParsedownMath.php"
2022-10-09 23:35:48 +00:00
]
},
"minimum-stability": "dev",
"prefer-stable": true
2022-10-08 11:58:22 +00:00
}