mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 11:48:08 +08:00
Update composer.json
This commit is contained in:
parent
3f783a65be
commit
334469a2d8
@ -21,15 +21,15 @@
|
||||
"php": ">=7.2",
|
||||
"ext-swoole": ">=4.3",
|
||||
"egulias/email-validator": "^2.1",
|
||||
"hyperf/command": "~1.0.0",
|
||||
"hyperf/contract": "~1.0.0",
|
||||
"hyperf/database": "~1.0.0",
|
||||
"hyperf/devtool": "~1.0.0",
|
||||
"hyperf/di": "~1.0.0",
|
||||
"hyperf/framework": "~1.0.0",
|
||||
"hyperf/http-server": "~1.0.0",
|
||||
"hyperf/utils": "~1.0.0",
|
||||
"hyperf/translation": "~1.0.0",
|
||||
"hyperf/command": "~1.1.0",
|
||||
"hyperf/contract": "~1.1.0",
|
||||
"hyperf/database": "~1.1.0",
|
||||
"hyperf/devtool": "~1.1.0",
|
||||
"hyperf/di": "~1.1.0",
|
||||
"hyperf/framework": "~1.1.0",
|
||||
"hyperf/http-server": "~1.1.0",
|
||||
"hyperf/utils": "~1.1.0",
|
||||
"hyperf/translation": "~1.1.0",
|
||||
"nesbot/carbon": "^2.21",
|
||||
"psr/container": "^1.0",
|
||||
"psr/http-message": "^1.0"
|
||||
@ -51,6 +51,9 @@
|
||||
"cs-fix": "php-cs-fixer fix $1"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.1-dev"
|
||||
},
|
||||
"hyperf": {
|
||||
"config": "Hyperf\\Validation\\ConfigProvider"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user