first commit
This commit is contained in:
commit
db313f5eef
47 changed files with 2006 additions and 0 deletions
28
composer.json
Normal file
28
composer.json
Normal 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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue