The current repo belongs to Paused status, and some functions are restricted. For details, please refer to the description of repo status
1 Star 0 Fork 132

爱吻 / swoft
Paused

forked from swoft / swoft 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
composer.json 1.64 KB
Copy Edit Raw Blame History
inhere authored 2019-09-23 18:32 . fix: php-cs-fixer check error
{
"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-simplexml": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"swoft/db": "~2.0.0",
"swoft/i18n": "~2.0.0",
"swoft/view": "~2.0.0",
"swoft/task": "~2.0.0",
"swoft/redis": "~2.0.0",
"swoft/framework": "~2.0.0",
"swoft/http-server": "~2.0.0",
"swoft/rpc-client": "~2.0.0",
"swoft/rpc-server": "~2.0.0",
"swoft/websocket-server": "~2.0.0",
"swoft/tcp-server": "~2.0.0",
"swoft/process": "~2.0.0",
"swoft/apollo": "~2.0.0",
"swoft/consul": "~2.0.0",
"swoft/limiter": "~2.0.0",
"swoft/breaker": "~2.0.0",
"swoft/crontab": "~2.0.0",
"swoft/devtool": "~2.0.0"
},
"require-dev": {
"swoft/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\": "database/"
},
"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/phpstan analyze",
"./vendor/bin/phpunit -c phpunit.xml"
],
"cs-fix": "./bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff",
"do-cs-fix": "./bin/php-cs-fixer fix"
}
}
PHP
1
https://gitee.com/xubingyue/swoft.git
git@gitee.com:xubingyue/swoft.git
xubingyue
swoft
swoft
master

Search