Update composer.json

This commit is contained in:
huangzhhui 2019-09-20 23:53:32 +08:00
parent 3f783a65be
commit 334469a2d8

View File

@ -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"
}