Skip to content

Commit e073e89

Browse files
authored
Changed the branch-alias of all components to 3.1-dev. (#6320)
1 parent 269c4f0 commit e073e89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-main": "3.0-dev"
42+
"dev-master": "3.1-dev"
4343
},
4444
"hyperf": {
4545
"config": "Hyperf\\Database\\PgSQL\\ConfigProvider"

0 commit comments

Comments
 (0)