Skip to content

Commit 49980f0

Browse files
committed
Update composer.json
1 parent ed1b657 commit 49980f0

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

composer.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"php": ">=7.2",
2222
"ext-swoole": ">=4.3",
2323
"egulias/email-validator": "^2.1",
24-
"hyperf/command": "~1.0.0",
25-
"hyperf/contract": "~1.0.0",
26-
"hyperf/database": "~1.0.0",
27-
"hyperf/devtool": "~1.0.0",
28-
"hyperf/di": "~1.0.0",
29-
"hyperf/framework": "~1.0.0",
30-
"hyperf/http-server": "~1.0.0",
31-
"hyperf/utils": "~1.0.0",
32-
"hyperf/translation": "~1.0.0",
24+
"hyperf/command": "~1.1.0",
25+
"hyperf/contract": "~1.1.0",
26+
"hyperf/database": "~1.1.0",
27+
"hyperf/devtool": "~1.1.0",
28+
"hyperf/di": "~1.1.0",
29+
"hyperf/framework": "~1.1.0",
30+
"hyperf/http-server": "~1.1.0",
31+
"hyperf/utils": "~1.1.0",
32+
"hyperf/translation": "~1.1.0",
3333
"nesbot/carbon": "^2.21",
3434
"psr/container": "^1.0",
3535
"psr/http-message": "^1.0"
@@ -51,6 +51,9 @@
5151
"cs-fix": "php-cs-fixer fix $1"
5252
},
5353
"extra": {
54+
"branch-alias": {
55+
"dev-master": "1.1-dev"
56+
},
5457
"hyperf": {
5558
"config": "Hyperf\\Validation\\ConfigProvider"
5659
}

0 commit comments

Comments
 (0)