29 lines
615 B
JSON
29 lines
615 B
JSON
{
|
|
"name": "mingtsay/akanyan",
|
|
"description": "description",
|
|
"minimum-stability": "stable",
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "Ming Tsay",
|
|
"email": "mt@mingtsay.tw"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"ext-redis": "*",
|
|
"ext-sodium": "*",
|
|
"ext-zlib": "*",
|
|
"components/font-awesome": "^6.1",
|
|
"league/plates": "^3.4",
|
|
"twbs/bootstrap": "^5.1",
|
|
"vlucas/phpdotenv": "^5.4",
|
|
"xpaw/php-minecraft-query": "^4.0",
|
|
"xpaw/php-source-query-class": "^2.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MingTsay\\Akanyan\\": "app/"
|
|
}
|
|
}
|
|
}
|