mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-11 14:10:06 +01:00
30 lines
588 B
JSON
30 lines
588 B
JSON
{
|
|
"name": "aftercase/ponepaste",
|
|
"description": "PonePaste can store green",
|
|
"minimum-stability": "stable",
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "aftercase"
|
|
},
|
|
{
|
|
"name": "appledash"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-pdo": "*",
|
|
"ext-openssl": "*",
|
|
"ext-gd": "*",
|
|
"ext-mbstring": "*",
|
|
"scrivo/highlight.php": "^9.18",
|
|
"erusev/parsedown": "^1.7",
|
|
"illuminate/database": "^9.4",
|
|
"ext-redis": "*",
|
|
"erusev/parsedown-extra": "^0.8.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PonePaste\\": "includes/"
|
|
}
|
|
}
|
|
}
|