first commit

This commit is contained in:
小喵 2022-07-11 18:09:15 +08:00 committed by Ming Tsay
commit db313f5eef
Signed by: mt
GPG key ID: 2BCF198BD3341FB3
47 changed files with 2006 additions and 0 deletions

28
composer.json Normal file
View file

@ -0,0 +1,28 @@
{
"name": "mingtsay/akanyan",
"description": "description",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Ming Tsay",
"email": "mt@mingtsay.tw"
}
],
"require": {
"ext-iconv": "*",
"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/"
}
}
}