124 Star 554 Fork 132

GVPswoft / swoft

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.dev.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2021-05-07 00:11 . update some for composer dev json
{
"name": "swoft/swoft",
"type": "project",
"keywords": [
"php",
"swoole",
"swoft"
],
"description": "Modern High performance AOP and Coroutine PHP Framework, base on Swoole",
"license": "Apache-2.0",
"require": {
"php": ">7.1",
"ext-pdo": "*",
"ext-json": "*",
"swoft/component": "dev-master as 2.0",
"swoft/ext": "dev-master as 2.0"
},
"require-dev": {
"swoft/swlib": "~2.0.0",
"swoft/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.5 || ^8.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"files": [
"app/Helper/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
"SwoftTest\\": "./test/"
}
},
"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/"
},
"0": {
"type": "git",
"url": "git@github.com:swoft-cloud/swoft-component.git"
},
"1": {
"type": "git",
"url": "git@github.com:swoft-cloud/swoft-ext.git"
}
}
}
PHP
1
https://gitee.com/swoft/swoft.git
git@gitee.com:swoft/swoft.git
swoft
swoft
swoft
master

搜索帮助