Skip to content

Commit 6abd311

Browse files
authored
Changed the branch-alias of all components to 3.1-dev. (#6320)
1 parent ff2aec7 commit 6abd311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/close-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Close Pull Request
22

33
on:
44
pull_request_target:
5-
types: [opened]
5+
types: [ opened ]
66

77
jobs:
88
run:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "3.0-dev"
41+
"dev-master": "3.1-dev"
4242
},
4343
"hyperf": {
4444
"config": "Hyperf\\WebSocketClient\\ConfigProvider"

0 commit comments

Comments
 (0)