blessing-skin-server/composer.json
printempw aaf701f364 Revert "Fix compatibility with SQLite database"
This reverts commit 4ad9d9e33df83f57058941e47b6d38649b2870d1.

Fucking SQLite.
2018-07-27 02:20:12 +08:00

54 lines
1.2 KiB
JSON

{
"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",
"laravel/framework": "5.2.*",
"devitek/yaml-translation": "^2.0",
"printempw/laravel-datatables-lite": "^1.0",
"composer/semver": "^1.4"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpdocumentor/reflection-docblock": "3.2.2",
"phpunit/phpunit": "~4.0",
"symfony/css-selector": "2.8.*|3.0.*",
"symfony/dom-crawler": "2.8.*|3.0.*",
"league/flysystem-memory": "^1.0",
"mikey179/vfsStream": "1.6.4"
},
"autoload": {
"classmap": [
"app/Models",
"database"
],
"psr-4": {
"App\\": "app/"
},
"files": [
"app/helpers.php"
]
},
"autoload-dev": {
"classmap": [
"tests"
]
},
"scripts": {
"post-install-cmd": [
"unzip -o storage/patches/bs_php72_patch_180224.zip"
]
},
"config": {
"preferred-install": "dist"
}
}