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

32 lines
795 B
JSON
Raw 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": "*",
"twig/twig": "*",
"phpmailer/phpmailer": "*",
2015-12-01 13:34:16 +00:00
"paypal/rest-api-sdk-php": "*",
2016-01-22 20:07:44 +00:00
"jbbcode/jbbcode": "*",
2016-02-25 16:06:29 +00:00
"corneltek/cliframework": "*",
"phroute/phroute": "^2.1",
2016-03-10 18:54:36 +00:00
"illuminate/database": "5.2.*",
"doctrine/dbal": "~2.4"
2016-04-01 21:44:31 +00:00
},
"autoload": {
"psr-4": {
"Sakura\\": "libraries/"
},
"files": [
"utility.php"
]
}
}