2016-07-21 22:01:57 +08:00
|
|
|
{
|
2018-02-16 15:44:36 +08:00
|
|
|
"name": "printempw/blessing-skin-server",
|
|
|
|
"description": "A web application brings your custom skins back in offline Minecraft servers.",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.9",
|
|
|
|
"filp/whoops": "^2.1",
|
|
|
|
"predis/predis": "~1.0",
|
|
|
|
"gregwar/captcha": "^1.1",
|
|
|
|
"erusev/parsedown": "^1.6",
|
|
|
|
"swiggles/memcache": "^2.0",
|
|
|
|
"doctrine/inflector": "1.1.0",
|
2018-07-13 10:19:29 +08:00
|
|
|
"laravel/framework": "5.4.*",
|
2018-02-16 15:44:36 +08:00
|
|
|
"devitek/yaml-translation": "^2.0",
|
2018-06-29 15:11:42 +08:00
|
|
|
"printempw/laravel-datatables-lite": "^1.0",
|
|
|
|
"composer/semver": "^1.4"
|
2018-02-16 15:44:36 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"fzaninotto/faker": "~1.4",
|
|
|
|
"mockery/mockery": "0.9.*",
|
|
|
|
"phpdocumentor/reflection-docblock": "3.2.2",
|
2018-07-13 10:19:29 +08:00
|
|
|
"phpunit/phpunit": "~5.7",
|
2018-07-13 16:41:50 +08:00
|
|
|
"laravel/browser-kit-testing": "~1.0",
|
2018-02-16 15:44:36 +08:00
|
|
|
"barryvdh/laravel-debugbar": "^2.3",
|
|
|
|
"league/flysystem-memory": "^1.0",
|
|
|
|
"mikey179/vfsStream": "1.6.4"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"app/Models",
|
|
|
|
"database"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"App\\": "app/"
|
2016-08-28 10:05:21 +08:00
|
|
|
},
|
2018-02-16 15:44:36 +08:00
|
|
|
"files": [
|
|
|
|
"app/helpers.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"classmap": [
|
|
|
|
"tests"
|
|
|
|
]
|
|
|
|
},
|
2018-02-24 21:23:56 +08:00
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
|
|
|
"unzip -o storage/patches/bs_php72_patch_180224.zip"
|
|
|
|
]
|
|
|
|
},
|
2018-02-16 15:44:36 +08:00
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist"
|
|
|
|
}
|
2016-07-21 22:01:57 +08:00
|
|
|
}
|