1 Star 0 Fork 132

haohailuo / swoft

forked from swoft / swoft 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2017-12-01 12:52 . some update
{
"name": "swoft/swoft",
"type": "project",
"keywords": [
"php",
"swoole",
"swoft"
],
"description": "microservice framework base on swoole",
"license": "apache2.0",
"require": {
"php": ">=7.0",
"swoft/framework": "dev-master"
},
"autoload": {
"classmap": [],
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Swoft\\Test\\": "test/"
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"test": "./vendor/bin/phpunit -c phpunit.xml"
},
"require-dev": {
"eaglewu/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^5.7"
},
"repositories": {
"0": {
"type": "git",
"url": "https://github.com/swoft-cloud/framework"
},
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}
PHP
1
https://gitee.com/laurence/swoft.git
git@gitee.com:laurence/swoft.git
laurence
swoft
swoft
master

搜索帮助