Updated libraries and class loading code.
This commit is contained in:
parent
69620fe461
commit
21f254a8c0
11 changed files with 171 additions and 400 deletions
|
@ -1,27 +1,10 @@
|
|||
{
|
||||
"name": "flashwave/misuzu",
|
||||
"description": "Community System",
|
||||
"homepage": "https://flashii.net",
|
||||
"support": {
|
||||
"email": "me@flash.moe",
|
||||
"issues": "https://github.com/flashwave/misuzu/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"ext-curl": "*",
|
||||
"ext-intl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-pdo": "*",
|
||||
"ext-readline": "*",
|
||||
"ext-xml": "*",
|
||||
"ext-zip": "*",
|
||||
"twig/twig": "^2.0",
|
||||
"swiftmailer/swiftmailer": "~6.0",
|
||||
"erusev/parsedown": "~1.6",
|
||||
"geoip2/geoip2": "~2.0",
|
||||
"twig/extensions": "^1.5",
|
||||
"filp/whoops": "^2.2",
|
||||
"jublonet/codebird-php": "^3.1",
|
||||
"chillerlan/php-qrcode": "^3.0",
|
||||
"psr/http-message": "^1.0",
|
||||
|
@ -30,12 +13,6 @@
|
|||
"autoload": {
|
||||
"classmap": [
|
||||
"database"
|
||||
],
|
||||
"psr-4": {
|
||||
"Misuzu\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"utility.php"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue