1 Star 2 Fork 2

易风 / swoft2-http

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.cn.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
yifeng 提交于 2020-02-20 16:38 . swoft2项目初始化
{
"name": "swoft/swoft",
"type": "project",
"keywords": [
"php",
"swoole",
"swoft"
],
"description": "Modern High performance AOP and Coroutine PHP Framework",
"license": "Apache-2.0",
"require": {
"php": ">7.1",
"ext-pdo": "*",
"ext-redis": "*",
"ext-json": "*",
"ext-mbstring": "*",
"swoft/framework": "~2.0.0",
"swoft/http-server": "~2.0.0"
},
"require-dev": {
"swoft/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": [
"app/Helper/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
"AppTest\\Testing\\": "test/testing",
"AppTest\\Unit\\": "test/unit"
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"test": "./vendor/bin/phpunit -c phpunit.xml",
"cs-fix": "./vendor/bin/php-cs-fixer fix $1"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}
PHP
1
https://gitee.com/yifengketang/swoft2-http.git
git@gitee.com:yifengketang/swoft2-http.git
yifengketang
swoft2-http
swoft2-http
master

搜索帮助