{
"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",
"nesbot/carbon": "^1.21",
"swiftmailer/swiftmailer": "^5.4",
"corneltek/cliframework": "^3.0",
"illuminate/filesystem": "5.2.*",
"erusev/parsedown": "^1.6",
"matto1990/lastfm-api": "^1.5"
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"Sakura\\": "app/"
"files": [
"utility.php"
]
}