138 Star 474 Fork 116

Piplin / Piplin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 2.97 KB
一键复制 编辑 原始数据 按行查看 历史
lianguan 提交于 2018-01-10 19:51 . Update dependencies
{
"name": "piplin/piplin",
"description": "Piplin is a self-hosted continuous integration and deployment system, intended to automatically build, test, and deploy your project over the web.",
"minimum-stability": "stable",
"type": "project",
"keywords": ["piplin", "ci", "continuous integration"],
"homepage": "http://piplin.com/",
"license": "MIT",
"authors": [
{
"name": "Guan Shiliang",
"email": "guan.shiliang@gmail.com"
}
],
"support": {
"email": "piplin@piplin.com",
"issues": "https://github.com/Piplin/Piplin/issues",
"source": "https://github.com/Piplin/Piplin"
},
"require": {
"php": ">=7.0.0",
"laravel/framework": "5.5.*",
"laravel/tinker": "~1.0",
"predis/predis": "~1.0",
"pda/pheanstalk": "~3.1",
"creativeorange/gravatar": "~1.0",
"guzzlehttp/guzzle": "^6.2",
"nategood/httpful": "~0.2",
"mccool/laravel-auto-presenter": "^6.2",
"laravel-notification-channels/webhook": "~1.1.0",
"doctrine/dbal": "2.5.13",
"intervention/image": "^2.3",
"tymon/jwt-auth": "~0.5",
"pragmarx/google2fa": "^0.7.1",
"andywer/js-localization": "dev-laravel-5",
"fideloper/proxy": "~3.3",
"socialiteproviders/gitlab": "^3.0",
"version/version": "^2.2",
"backup-manager/laravel": "^1.2"
},
"require-dev": {
"fzaninotto/faker": "~1.5",
"codeception/codeception": "*",
"mockery/mockery": "0.9.*",
"symfony/yaml": "3.4.3",
"block8/php-docblock-checker": "^1.0",
"squizlabs/php_codesniffer": "~2.5",
"phpmd/phpmd": "~2.4",
"filp/whoops": "^2.0",
"codeclimate/php-test-reporter": "^0.3.0",
"themsaid/laravel-langman": "^1.1",
"diablomedia/phpunit-pretty-printer": "dev-master",
"friendsofphp/php-cs-fixer": "^2.0"
},
"autoload": {
"classmap": [
"database"
],
"files": [
"app/Helpers/Helpers.php"
],
"psr-4": {
"Piplin\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Piplin\\Test\\": "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",
"php artisan js-localization:refresh"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan js-localization:refresh"
]
},
"config": {
"preferred-install": "dist"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}
PHP
1
https://gitee.com/Piplin/Piplin.git
git@gitee.com:Piplin/Piplin.git
Piplin
Piplin
Piplin
1.0

搜索帮助

53164aa7 5694891 3bd8fe86 5694891