36 lines
941 B
JSON
36 lines
941 B
JSON
{
|
|
"name": "flashwave/sakura",
|
|
"description": "Flashii's backend",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://sakura.flash.moe",
|
|
"support": {
|
|
"email": "me@flash.moe",
|
|
"issues": "https://github.com/flashwave/sakura/issues"
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"twig/twig": "~1.0",
|
|
"paypal/rest-api-sdk-php": "*",
|
|
"phroute/phroute": "^2.1",
|
|
"illuminate/database": "5.2.*",
|
|
"doctrine/dbal": "~2.4",
|
|
"golonka/bbcodeparser": "^2.2",
|
|
"nesbot/carbon": "^1.21",
|
|
"swiftmailer/swiftmailer": "^5.4",
|
|
"corneltek/cliframework": "^3.0",
|
|
"illuminate/filesystem": "^5.2"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"database"
|
|
],
|
|
"psr-4": {
|
|
"Sakura\\": "app/"
|
|
},
|
|
"files": [
|
|
"utility.php"
|
|
]
|
|
}
|
|
}
|