This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/composer.json

38 lines
978 B
JSON
Raw Permalink Normal View History

{
2016-02-25 16:06:29 +00:00
"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": {
2016-03-27 22:15:51 +00:00
"php": ">=7.0.0",
2015-04-14 14:27:37 +00:00
"ext-curl": "*",
"ext-json": "*",
2016-07-30 13:48:09 +00:00
"twig/twig": "~1.0",
2015-12-01 13:34:16 +00:00
"paypal/rest-api-sdk-php": "*",
2016-02-25 16:06:29 +00:00
"phroute/phroute": "^2.1",
2016-03-10 18:54:36 +00:00
"illuminate/database": "5.2.*",
"doctrine/dbal": "~2.4",
"nesbot/carbon": "^1.21",
"swiftmailer/swiftmailer": "^5.4",
"corneltek/cliframework": "^3.0",
2016-11-04 19:48:17 +00:00
"illuminate/filesystem": "5.2.*",
2016-09-19 09:51:43 +00:00
"erusev/parsedown": "^1.6",
"matto1990/lastfm-api": "^1.5"
2016-04-01 21:44:31 +00:00
},
"autoload": {
2016-07-30 13:48:09 +00:00
"classmap": [
"database"
],
2016-04-01 21:44:31 +00:00
"psr-4": {
2016-07-26 17:29:53 +00:00
"Sakura\\": "app/"
2016-04-01 21:44:31 +00:00
},
"files": [
"utility.php"
]
}
}