mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
21 lines
475 B
JSON
21 lines
475 B
JSON
{
|
|
"name": "lbry/lbry.com",
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"ext-curl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"ext-pdo": "*",
|
|
"ext-pdo_mysql": "*",
|
|
"ext-json": "*",
|
|
"scssphp/scssphp": "^1.4",
|
|
"erusev/parsedown": "^1.7",
|
|
"erusev/parsedown-extra": "^0.8",
|
|
"pelago/emogrifier": "^5.0",
|
|
"mustangostang/spyc": "^0.6.3",
|
|
"masterminds/html5": "^2.7"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-latest"
|
|
}
|
|
}
|