1 Star 1 Fork 0

Viper / thinksns-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 2.19 KB
一键复制 编辑 原始数据 按行查看 历史
Seven Du 提交于 2017-08-10 10:28 . 修改基础信息。
{
"name": "zhiyicx/thinksns-plus",
"description": "Use of Laravel framework to achieve the user ecosystem. (基于 Laravel 开发的用户生态系统。)",
"keywords": ["thinksns", "web", "php", "laravel", "sns", "user", "think", "app"],
"license": "Apache-2.0",
"type": "project",
"repositories": [
{
"type": "artifact",
"url": "resources/repositorie/zips/"
}
],
"require": {
"php": ">=7.0",
"doctrine/dbal": "^2.5",
"intervention/image": "^2.3",
"laravel/framework": "5.4.*",
"laravel/tinker": "~1.0",
"overtrue/easy-sms": "^0.0.9",
"pingplusplus/pingpp-php": "^2.2",
"predis/predis": "^1.1",
"slimkit/plus-installer": "^1.0",
"symfony/polyfill-mbstring": "^1.4",
"tymon/jwt-auth": "^0.5.12"
},
"require-dev": {
"codacy/coverage": "^1.0",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.7"
},
"autoload": {
"files": [
"app/helpers.php"
],
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"Zhiyi\\Plus\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Zhiyi\\Plus\\Tests\\": "tests/"
}
},
"scripts": {
"post-root-package-install": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"Zhiyi\\Plus\\ComposerScript::postInstall",
"php artisan optimize"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"Zhiyi\\Plus\\ComposerScript::postUpdate",
"php artisan optimize"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}
PHP
1
https://gitee.com/vsery/thinksns-plus.git
git@gitee.com:vsery/thinksns-plus.git
vsery
thinksns-plus
thinksns-plus
master

搜索帮助